ModelTextHorizontalAlignment Property

The horizontal alignment.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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