Skip to content

ReactiveTransitioningContentControl class

Defined in

Namespace: CrissCross.Avalonia Assembly: CrissCross.Avalonia.dll Full name: CrissCross.Avalonia.ReactiveTransitioningContentControl Modifiers: public

Summary

View source

Displays Content according to an IDataTemplate.

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net471

Class hierarchy
classDiagram
class ReactiveTransitioningContentControl
class ContentControl
ContentControl <|-- ReactiveTransitioningContentControl
class ICancelable {
    <>
}
ICancelable <|.. ReactiveTransitioningContentControl
class IDisposable {
    <>
}
IDisposable <|.. ReactiveTransitioningContentControl

Inherits from: ContentControl

Implements: ICancelable, IDisposable

Constructors

NameSummary
.ctor

Properties

NameSummary
IsDisposedGets a value indicating whether gets a value that indicates whether the object is disposed.

Methods

NameSummary
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
RegisterContentPresenterCalled when an ContentPresenter is registered with the control.
OnPropertyChangedCalled when a avalonia property changes on the object.

Derived types

Inherited members

See also