wiki.sine.space | sinespace

Difference between revisions of "Scripting/SUILayout"

From wiki.sine.space
Jump to: navigation, search
(Created page with "=Properties= {{ScriptFunction|bool|Enabled|{ get;set; }|xxxxxxxxxx|5= <pre></pre>}} {{ScriptFunction|int|PaddingLeft|{ get;set; }|xxxxxxxxxx|5= <pre></pre>}} {{ScriptFun...")
(No difference)

Revision as of 06:38, 24 September 2021

Properties

Enabled

bool Enabled { get;set; }

xxxxxxxxxx


PaddingLeft

int PaddingLeft { get;set; }

xxxxxxxxxx


PaddingRight

int PaddingRight { get;set; }

xxxxxxxxxx


PaddingTop

int PaddingTop { get;set; }

xxxxxxxxxx


PaddingBottom

int PaddingBottom { get;set; }

xxxxxxxxxx


ChildAlignment

string ChildAlignment { get;set; }

xxxxxxxxxx


Spacing

float Spacing { get;set; }

xxxxxxxxxx


ChildControlHeight

bool ChildControlHeight { get;set; }

xxxxxxxxxx


ChildControlWidth

bool ChildControlWidth { get;set; }

xxxxxxxxxx


ChildForceExpandHeight

bool ChildForceExpandHeight { get;set; }

xxxxxxxxxx


ChildForceExpandHeight

bool ChildForceExpandHeight { get;set; }

xxxxxxxxxx


GridCellSize

Svector GridCellSize { get;set; }

xxxxxxxxxx


GridSpacing

Svector GridSpacing { get;set; }

xxxxxxxxxx


GridConstraintCount

int GridConstraintCount { get;set; }

xxxxxxxxxx


GridConstraint

string GridConstraint { get;set; }

xxxxxxxxxx