LeadingChar Property (TabStop)
In This Topic
Gets the character used to fill in the space created by a tab which ends at this tab stop.
Syntax
'Declaration
Public ReadOnly Property LeadingChar As String
public string LeadingChar {get;}
Property Value
The leading character as a
System.String.
See Also