dbicDigit Send comments on this topic.
Position Property
See Also 
dbicDigit Assembly > Dbi.WinControl.Digit Namespace > BeforeLineSegmentDrawnEventArgs Class : Position Property

The index of the character within the control's Text property.

Syntax

Visual Basic (Declaration) 
Public Property Position As Integer
C# 
public int Position {get; set;}

Property Value

0-based integer indicating the index of the character in the string.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also