'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As System.Single _
) As TabStop
public TabStop Item(
System.float
) {get;}
Parameters
- position
- The position (in points) of the tab stop.
Property Value
Returns the tab stop at the specified position.