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


ILabelEnvironment.LabelStyle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelEnvironment Interface > ILabelEnvironment.LabelStyle Property
ArcGIS Developer Help

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 [in]

LabelStyle is a parameter of type ILabelStyle* LabelStyle [out, retval]
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