Click or drag to resize

GUIWidgetModelDepth Property

Defines the depth of the Widget.

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

Property Value

Type: String
Remarks

The depth of the Widget in the GUI can be used to determine which elements are displayed above others.

See Also