Click or drag to resize

GUIViewBaseModelPosition Property

Defines the position of the GUI object relative to its parent.

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

Property Value

Type: String
Remarks

The value of this property may be formatted as absolute Vector2 (e.g., 1,1), relative (e.g., 50%,30%), or mixed (e.g.50%+25,32%-10).

See Also