Field MultipleGestureDelimiter
Represents the delimiter character used to separate multiple gestures in a gesture string.
public const char MultipleGestureDelimiter = ';'
Returns
- char
- Represents the delimiter character used to separate multiple gestures in a gesture string.
Remarks
This constant is typically used when parsing or constructing strings that contain multiple gestures.