'Declaration Public Shared Function Create( _ ByVal position As Single, _ ByVal leading As String, _ ByVal type As TabStopsItem.TabStopTypes _ ) As TabStopsItem.TabStop
public static TabStopsItem.TabStop Create( float position, string leading, TabStopsItem.TabStopTypes type )
Parameters
- position
- The position.
- leading
- The leading.
- type
- The type.