Click or drag to resize

GUILabelModelAutoResizeWithLabel Property

Resizes the Label automatically.

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

Property Value

Type: Boolean
Remarks

Setting this property to true will automatically set the Overflow property to ResizeFreely to accommodate the Label's text.

See Also