ModelTextHorizontalAlignment Property

The horizontal alignment.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public HorizontalAlign HorizontalAlignment { get; set; }

Property Value

HorizontalAlign
Exceptions
ExceptionCondition
ArgumentException Thrown when an invalid value is assigned to the property.
See Also