- Namespace
- Avalonia
.Controls - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- Base Types
-
- object
- AvaloniaObject
- FlyoutBase
graph BT
Type-->Base0["FlyoutBase"]
click Base0 "/api/Avalonia.Controls.Primitives/FlyoutBase"
Base0-->Base1["AvaloniaObject"]
click Base1 "/api/Avalonia/AvaloniaObject"
Base1-->Base2["object"]
Type-.->Interface0["IAvaloniaObject"]
click Interface0 "/api/Avalonia/IAvaloniaObject"
Type-.->Interface1["IAvaloniaObjectDebug"]
click Interface1 "/api/Avalonia.Diagnostics/IAvaloniaObjectDebug"
Type-.->Interface2["INotifyPropertyChanged"]
Type-.->Interface3["IValueSink"]
Type["Flyout"]
class Type type-node
Syntax
public class Flyout : FlyoutBase, IAvaloniaObject, IAvaloniaObjectDebug, INotifyPropertyChanged,
IValueSink
Events
Name | Type | Summary |
---|---|---|
Closed | EventHandler? |
Inherited from FlyoutBase
|
Closing | EventHandler |
Inherited from FlyoutBase
|
Opened | EventHandler? |
Inherited from FlyoutBase
|
Opening | EventHandler? |
Inherited from FlyoutBase
|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
Attached |
Defines the AttachedFlyout property
Inherited from FlyoutBase
static
|
|
ContentProperty |
Defines the
Content property
static
|
|
PlacementProperty |
Defines the
Placement property
Inherited from FlyoutBase
static
|
|
ShowModeProperty |
Defines the
ShowMode property
Inherited from FlyoutBase
static
|
|
TargetProperty |
Defines the
Target property
Inherited from FlyoutBase
static
|
Properties
Name | Value | Summary |
---|---|---|
Content | object |
Gets or sets the content to display in this flyout
|
Flyout |
Classes |
Gets the Classes collection to apply to the FlyoutPresenter this Flyout is hosting
|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
IsOpen | bool |
Gets whether this Flyout is currently Open
Inherited from FlyoutBase
|
Placement | FlyoutPlacementMode |
Gets or sets the desired placement
Inherited from FlyoutBase
|
Popup | Popup? |
Inherited from FlyoutBase
|
ShowMode | FlyoutShowMode |
Gets or sets the desired ShowMode
Inherited from FlyoutBase
|
Target | Control? |
Gets the Target used for showing the Flyout
Inherited from FlyoutBase
|
this[ |
object |
Gets or sets the value of a
AvaloniaProperty .
Inherited from AvaloniaObject
|
this[ |
IBinding |
Gets or sets a binding for a
AvaloniaProperty .
Inherited from AvaloniaObject
|