- Namespace
- Avalonia
.Controls - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- Base Types
graph BT
Type-->Base0["NativeMenuItemSeparator"]
click Base0 "/api/Avalonia.Controls/NativeMenuItemSeparator"
Base0-->Base1["NativeMenuItemBase"]
click Base1 "/api/Avalonia.Controls/NativeMenuItemBase"
Base1-->Base2["AvaloniaObject"]
click Base2 "/api/Avalonia/AvaloniaObject"
Base2-->Base3["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["NativeMenuItemSeperator"]
class Type type-node
Syntax
[Obsolete("This class exists to maintain backwards compatiblity with existing code. Use NativeMenuItemSeparator instead")]
public class NativeMenuItemSeperator : NativeMenuItemSeparator, IAvaloniaObject,
IAvaloniaObjectDebug, INotifyPropertyChanged, IValueSink
Attributes
Type | Description |
---|---|
ObsoleteAttribute |
Events
Name | Type | Summary |
---|---|---|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
ParentProperty |
Inherited from NativeMenuItemBase
static
|
Properties
Name | Value | Summary |
---|---|---|
Header | string |
Inherited from Native
|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
Parent | NativeMenu |
Inherited from NativeMenuItemBase
|
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
|