AnnotationKeyEventArgsRepeat Property |
Gets a value indicating if this is a repeat event caused by the user holding down a key.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool Repeat { get; }
Public ReadOnly Property Repeat As Boolean
Get
Property Value
Type:
Boolean Indicates a repeat event from a key being held down.
See Also