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


IMaplexLabelStackingProperties.StackJustification Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexLabelStackingProperties Interface > IMaplexLabelStackingProperties.StackJustification Property
ArcGIS Developer Help

IMaplexLabelStackingProperties.StackJustification Property

Justification options for label stacking.

[Visual Basic .NET]
Public Property StackJustification As esriMaplexStackingJustification
[C#]
public esriMaplexStackingJustification StackJustification {get; set;}
[C++]
HRESULT get_StackJustification(
  esriMaplexStackingJustification* option
);
[C++]
HRESULT put_StackJustification(
  esriMaplexStackingJustification option
);
[C++]
Parameters
option [out, retval]

option is a parameter of type esriMaplexStackingJustification* option [in]
option is a parameter of type esriMaplexStackingJustification

Product Availability

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

See Also

IMaplexLabelStackingProperties Interface