Click or drag to resize

FixedMaskedTextProviderEditPositions Property

Gets an enumeration of all valid edit positions in the mask.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public IEnumerable<int> EditPositions { get; }

Property Value

Type: IEnumerableInt32
The valid edit positions.

Implements

IMaskedTextProviderEditPositions
See Also