- Namespace
- Avalonia
.Controls .Primitives - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- Base Types
-
- object
- AvaloniaObject
- Derived Types
graph BT
Type-->Base0["AvaloniaObject"]
click Base0 "/api/Avalonia/AvaloniaObject"
Base0-->Base1["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["FlyoutBase"]
class Type type-node
Derived0["MenuFlyout"]-->Type
click Derived0 "/api/Avalonia.Controls/MenuFlyout"
Derived1["Flyout"]-->Type
click Derived1 "/api/Avalonia.Controls/Flyout"
Syntax
public abstract class FlyoutBase : AvaloniaObject, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink
Events
Name | Type | Summary |
---|---|---|
Closed | EventHandler? | |
Closing | EventHandler |
|
Opened | EventHandler? | |
Opening | EventHandler? | |
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
Attached |
Defines the AttachedFlyout property
static
|
|
PlacementProperty |
Defines the
Placement property
static
|
|
ShowModeProperty |
Defines the
ShowMode property
static
|
|
TargetProperty |
Defines the
Target property
static
|
Properties
Name | Value | Summary |
---|---|---|
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
|
Placement | FlyoutPlacementMode |
Gets or sets the desired placement
|
Popup | Popup? | |
ShowMode | FlyoutShowMode |
Gets or sets the desired ShowMode
|
Target | Control? |
Gets the Target used for showing the Flyout
|
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
|