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 Constructor (StringFormatFlags)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal options As StringFormatFlags _
)
[C#]
public StringFormat(
   StringFormatFlags options
);
[C++]
public: StringFormat(
   StringFormatFlags options
);
[JScript]
public function StringFormat(
   options : StringFormatFlags
);

Parameters

options
[To be supplied.]

See Also

StringFormat Class | StringFormat Members | System.Drawing Namespace | StringFormat Constructor Overload List