ArcObjects Library Reference (Carto)  

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