ScheduleField.VerticalAlignment Property

ScheduleFieldVerticalAlignment Property

The vertical alignment of the column's data.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ScheduleVerticalAlignment VerticalAlignment { get; set; }
Public Property VerticalAlignment As ScheduleVerticalAlignment
	Get
	Set
public:
property ScheduleVerticalAlignment VerticalAlignment {
	ScheduleVerticalAlignment get ();
	void set (ScheduleVerticalAlignment value);
}
member VerticalAlignment : ScheduleVerticalAlignment with get, set

Property Value

ScheduleVerticalAlignment
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
See Also