RepeatKey Class

Implementation taken from RepeatButton

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
public class RepeatKey : Key
Inheritance
Object    AvaloniaObject    Animatable    StyledElement    Visual    Layoutable    Interactive    InputElement    Control    TemplatedControl    ContentControl    Button    Key    RepeatKey

Constructors

RepeatKey Creates a new instance of RepeatKey.

Properties

Delay Gets or sets the amount of time, in milliseconds, to wait before repeating begins.
Interval Gets or sets the amount of time, in milliseconds, of repeating clicks.
StyleKeyOverride Gets the type by which the element is styled.
(Overrides StyledElement.StyleKeyOverride)

Methods

Fields

DelayProperty Defines the Delay property.
IntervalProperty Defines the Interval property.

See Also