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