Click or drag to resize

VariableMaskedTextProvider.EditPositions 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 virtual IEnumerable<int> EditPositions { get; }

Property Value

Type: IEnumerable<Int32>
The valid edit positions.

Implements

IMaskedTextProvider.EditPositions
See Also