This document is archived and information here might be outdated.  Recommended version.


IScaleBar2.LabelSymbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IScaleBar2.LabelSymbol Property

Symbol used to draw the labels.

[Visual Basic .NET]
Public Property LabelSymbol As ITextSymbol
[C#]
public ITextSymbol LabelSymbol {get; set;}
[C++]
HRESULT get_LabelSymbol(
  ITextSymbol** Symbol
);
[C++]
HRESULT put_LabelSymbol(
  ITextSymbol* Symbol
);
[C++]

Parameters Symbol [out, retval]
Symbol is a parameter of type ITextSymbol Symbol [in]
Symbol is a parameter of type ITextSymbol

Product Availability

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

See Also

IScaleBar2 Interface