Table of Contents

Field MultipleGestureDelimiter

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.