Constructors
Methods
-
On
Attached protectedvirtualTo Logical Tree(Logical Tree Attachment Event Args) -
On
Attached protectedvirtualTo Visual Tree(Visual Tree Attachment Event Args) -
On
Click() protectedvirtual Invokes the Click event. -
On
Detached protectedvirtualFrom Logical Tree(Logical Tree Attachment Event Args) -
On
Detached protectedvirtualFrom Visual Tree(Visual Tree Attachment Event Args) -
On
Key protectedvirtualDown(Key Event Args) -
On
Key protectedvirtualUp(Key Event Args) -
On
Pointer protectedvirtualPressed(Pointer Pressed Event Args) -
On
Pointer protectedvirtualReleased(Pointer Released Event Args) -
Update
Data protectedvirtualValidation(Avalonia Property, Binding Notification)
Fields
-
Click
Event static Defines the Click event. -
Click
Mode static Defines the ClickMode property.Property -
Command
Parameter static Defines the CommandParameter property.Property -
Command
Property static Defines the Command property. -
Hot
Key static Defines the HotKey property.Property -
Is
Default static Defines the IsDefaultProperty property.Property -
Is
Pressed staticProperty
Properties
-
Click
Mode Gets or sets a value indicating how the Button should react to clicks. - Command Gets or sets an ICommand to be invoked when the button is clicked.
-
Command
Parameter Gets or sets a parameter to be passed to the Command. -
Hot
Key Gets or sets an KeyGesture associated with this control -
Is
Default Gets or sets a value indicating whether the button is the default button for the window. -
Is
Pressed
Events
- Click Raised when the user clicks the button.