Namespace:
Autodesk.Revit.DB
TextAlignFlags
Enumeration
Description:
An enumerated type listing all the Text align flags.
An enumerated type listing all the Text align flags.
Syntax
public enum TextAlignFlags
Unknown Namespace Members:
Name | Description |
---|---|
TEF_ALIGN_LEFT | Align text left |
TEF_ALIGN_CENTER | Align text center |
TEF_ALIGN_RIGHT | Align text right |
TEF_ALIGN_TOP | Align text top |
TEF_ALIGN_MIDDLE | Align text middle |
TEF_ALIGN_BOTTOM | Align text bottom |