ArcObjects Library Reference (Carto)  

IScaleText2.Style Property

Style of the scale text.

[Visual Basic .NET]
Public Property Style As esriScaleTextStyleEnum
[C#]
public esriScaleTextStyleEnum Style {get; set;}
[C++]
HRESULT get_Style(
  esriScaleTextStyleEnum* Style
);
[C++]
HRESULT put_Style(
  esriScaleTextStyleEnum Style
);
[C++]

Parameters

Style [out, retval]

  Style is a parameter of type esriScaleTextStyleEnum

Style [in]

  Style is a parameter of type esriScaleTextStyleEnum

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IScaleText2 Interface