This document is archived and information here might be outdated. Recommended version. |
Format of the scale text. Style must be set to custom.
[Visual Basic .NET] Public Property Format As String
[C#] public string Format {get; set;}
[C++]
HRESULT get_Format(
BSTR Format
);
[C++]
HRESULT put_Format(
System.String* Format
);
[C++]
Parameters Format [in]
Format is a parameter of type BSTR Format [out, retval]
Format is a parameter of type BSTR*