TextNode.VerticalAlignment Property

TextNodeVerticalAlignment Property

Indicates default vertical alignment of the text.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public VerticalTextAlignment VerticalAlignment { get; }
Public ReadOnly Property VerticalAlignment As VerticalTextAlignment
	Get
public:
property VerticalTextAlignment VerticalAlignment {
	VerticalTextAlignment get ();
}
member VerticalAlignment : VerticalTextAlignment with get

Property Value

VerticalTextAlignment
See Also