public class RepeatKey : Keytype RepeatKey =
class
inherit Key
end| RepeatKey | Creates a new instance of RepeatKey. |
| 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) |
| OnClick |
Invokes the Click event.
(Overrides Button.OnClick) |
| OnPointerPressed | (Overrides KeyOnPointerPressed(PointerPressedEventArgs)) |
| OnPointerReleased | (Overrides KeyOnPointerReleased(PointerReleasedEventArgs)) |
| OnPropertyChanged | (Overrides KeyOnPropertyChanged(AvaloniaPropertyChangedEventArgs)) |
| DelayProperty | Defines the Delay property. |
| IntervalProperty | Defines the Interval property. |