Click or drag to resize

UserInterfaceControlTextHorizontalAlignment Property

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

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

Property Value

Type: ControlHorizontalAlignment
See Also