Method | Description | |
---|---|---|
UpdateStatePalettes ( ) : void |
Ensure the correct state palettes are being used.
|
Method | Description | |
---|---|---|
ConvertButtonBorderBackOrientation ( ) : VisualOrientation |
Gets the visual orientation of the check buttton.
|
|
ConvertButtonContentOrientation ( ) : VisualOrientation |
Gets the visual orientation of the check butttons content.
|
|
CreateCheckItem ( |
Create a new check item with initial settings.
|
|
OnViewBuilderPropertyChanged ( object sender, |
Process the change in a property that might effect the view builder.
|
|
UpdateTabStyle ( ) : void |
Update the state objects with the latest tab style.
|
Method | Description | |
---|---|---|
UpdateTabBorderStyle ( ) : void |
protected ConvertButtonBorderBackOrientation ( ) : VisualOrientation | ||
return | VisualOrientation |
protected ConvertButtonContentOrientation ( ) : VisualOrientation | ||
return | VisualOrientation |
protected CreateCheckItem ( |
||
page | Page for which the check button is to be created. | |
orientation | VisualOrientation | Initial orientation of the check button. |
return | INavCheckItem |
protected OnViewBuilderPropertyChanged ( object sender, |
||
sender | object | Source of the event. |
e | Property changed details. | |
return | void |