This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelEnvironment Interface > ILabelEnvironment.LabelStyle Property (ArcObjects .NET 10.4 SDK) |
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
This property is only used if ILabelEnvironment::LabelStyleMethod is set to esriChooseLabelStyle.