PressedMixin Class
Adds pressed functionality to control classes. Adds the ':pressed' class when the item is pressed.
Definition
Namespace: Avalonia.Controls.Mixins
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static class PressedMixin
Public NotInheritable Class PressedMixin
[<AbstractClassAttribute>]
[<SealedAttribute>]
type PressedMixin = class end
Inheritance | Object → PressedMixin |
Methods
Attach(TControl)() | Initializes a new instance of the PressedMixin class. |