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


ILabelEnvironment.LabelStyle Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILabelEnvironment.LabelStyle Property

Label style.

[Visual Basic .NET]
Public Property LabelStyle As ILabelStyle
[C#]
public ILabelStyle LabelStyle {get; set;}
[C++]
HRESULT get_LabelStyle(
  ILabelStyle** LabelStyle
);
[C++]
HRESULT putref_LabelStyle(
  ILabelStyle* LabelStyle
);
[C++]

Parameters LabelStyle [out, retval]
LabelStyle is a parameter of type ILabelStyle LabelStyle [in]
LabelStyle is a parameter of type ILabelStyle

Product Availability

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

Remarks

This property is only used if ILabelEnvironment::LabelStyleMethod is set to esriChooseLabelStyle.

See Also

ILabelEnvironment Interface