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


IDimensionStyleText.Align Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleText Interface > IDimensionStyleText.Align Property
ArcGIS Developer Help

IDimensionStyleText.Align Property

Indicates if the text should be aligned with the dimension line.

[Visual Basic .NET]
Public Property Align As Boolean
[C#]
public bool Align {get; set;}
[C++]
HRESULT get_Align(
  VARIANT_BOOL Align
);
[C++]
HRESULT put_Align(
  Boolean* Align
);
[C++]
Parameters
Align [in]

Align is a parameter of type bool Align [out, retval]
Align is a parameter of type bool*

Product Availability

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

See Also

IDimensionStyleText Interface