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.SetTabStops

[To be supplied.]

[Visual Basic]
Public Sub SetTabStops( _
   ByVal firstTabOffset As Single, _
   ByVal tabStops() As Single _
)
[C#]
public void SetTabStops(
   float firstTabOffset,
   float[] tabStops
);
[C++]
public: void SetTabStops(
   float firstTabOffset,
   float* tabStops[]
);
[JScript]
public function SetTabStops(
   firstTabOffset : float,
   tabStops : float[]
);

Parameters

firstTabOffset
[To be supplied.]
tabStops
[To be supplied.]

See Also

StringFormat Class | StringFormat Members | System.Drawing Namespace