Click or drag to resize

GUIDropDownListModelTextAlign Property

Sets the text alignment for items in the Drop Down List.

Namespace:  Livit.Learn.Model.GUI
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public TextAlignment TextAlign { get; set; }

Property Value

Type: TextAlignment
Remarks

Available values for this property can be found here.

See Also