Click or drag to resize

GUILabelModelOverflow Property

Determines the Label's behavior if the Text is larger than the defined size.

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

Property Value

Type: LabelOverflow
Remarks

See available values here.

See Also