Property | Type | Description | |
---|---|---|---|
ActualAdd | void | ||
IEnumerable | IEnumerator |
Method | Description | |
---|---|---|
Add ( |
Create an rule with auto width.
|
|
Add ( float width ) : void |
Create a divider.
|
|
Add ( float width, |
Create a rule with the specific width.
|
|
Add ( string id ) : void |
Create a label with auto width and the default height.
|
|
Add ( string id, |
Create a labeled rule that has auto width.
|
|
Add ( string id, float width ) : void |
Create a label with a specific width.
|
|
Add ( string id, float width, |
Create a rule with the specified width and label.
|
|
GetSectionRect ( string sectionId, |
||
RespondsTo ( string sectionId ) : bool | ||
fiHorizontalLayout ( ) : System | ||
fiHorizontalLayout ( |
Method | Description | |
---|---|---|
ActualAdd ( string id, float width, fiExpandMode expandMode, |
||
IEnumerable ( ) : IEnumerator |
public Add ( float width, |
||
width | float | |
rule | ||
return | void |
public Add ( string id, |
||
id | string | |
rule | ||
return | void |
public Add ( string id, float width, |
||
id | string | |
width | float | |
rule | ||
return | void |
public GetSectionRect ( string sectionId, |
||
sectionId | string | |
initial | ||
return |
public RespondsTo ( string sectionId ) : bool | ||
sectionId | string | |
return | bool |
public fiHorizontalLayout ( |
||
defaultRule | ||
return | System |