NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StringFormat.GetTabStops

[To be supplied.]

[Visual Basic]
Public Function GetTabStops( _
   ByRef firstTabOffset As Single _
) As Single ()
[C#]
public float[] GetTabStops(
   ref float firstTabOffset
);
[C++]
public: float* GetTabStops(
   float** firstTabOffset
) [];
[JScript]
public function GetTabStops(
   firstTabOffset : float
) : float[];

Parameters

firstTabOffset
[To be supplied.]

See Also

StringFormat Class | StringFormat Members | System.Drawing Namespace