ReactiveTransitioningContentControl class¶
Defined in
Namespace: CrissCross.Avalonia
Assembly: CrissCross.Avalonia.dll
Full name: CrissCross.Avalonia.ReactiveTransitioningContentControl
Modifiers: public
Summary¶
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¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| IsDisposed | Gets a value indicating whether gets a value that indicates whether the object is disposed. |
Methods¶
| Name | Summary |
|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| RegisterContentPresenter | Called when an ContentPresenter is registered with the control. |
| OnPropertyChanged | Called when a avalonia property changes on the object. |
Derived types¶
Inherited members
See also¶
Avalonia.Controls.ContentControl- System.Reactive.Disposables.ICancelable