Click or drag to resize

UserInterfaceControlTextVerticalAlignment Property

Where the text sits inside the control's rectangle. This is not the same as VerticalAlignment, which is where the control sits inside its parent.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public ControlVerticalAlignment TextVerticalAlignment { get; set; }

Property Value

Type: ControlVerticalAlignment
See Also