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


IACRasterShieldSymbol.LabelMode Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IACRasterShieldSymbol.LabelMode Property

The label mode.

[Visual Basic .NET]
Public Property LabelMode As acLabelMode
[C#]
public acLabelMode LabelMode {get; set;}
[C++]
HRESULT get_LabelMode(
  acLabelMode* LabelMode
);
[C++]
HRESULT put_LabelMode(
  acLabelMode LabelMode
);
[C++]

Parameters LabelMode [out, retval]
LabelMode is a parameter of type acLabelMode LabelMode [in]
LabelMode is a parameter of type acLabelMode

Product Availability

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

See Also

IACRasterShieldSymbol Interface