![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Defines the customizable properties of an ACTileController
that control it's look and feel.
More...
Public Member Functions | |
ACTileControllerAppearance () | |
Initializes a new instance of the ACTrayAppearance class and sets the default appearance for the control More... | |
ACTileControllerAppearance (ACColor background, ACColor border) | |
Initializes a new instance of the ACTrayAppearance class with the specified user defined appearance properties More... | |
Properties | |
float | cellSize [get, set] |
Gets or sets the size of the cell. More... | |
float | cellGap [get, set] |
Gets or sets the cell gap. More... | |
float | groupGap [get, set] |
Gets or sets the group gap. More... | |
ACColor | background [get, set] |
Gets or sets the background color More... | |
UIImage | backgroundImage [get, set] |
Gets or sets the background image. More... | |
ACColor | border [get, set] |
Gets or sets the border color More... | |
float | indentTop [get, set] |
Gets or sets the indent top. More... | |
float | indentBottom [get, set] |
Gets or sets the indent bottom. More... | |
float | indentLeft [get, set] |
Gets or sets the indent left. More... | |
float | indentRight [get, set] |
Gets or sets the indent right. More... | |
Defines the customizable properties of an ACTileController
that control it's look and feel.
ActionComponents.ACTileControllerAppearance.ACTileControllerAppearance | ( | ) |
Initializes a new instance of the ACTrayAppearance
class and sets the default appearance for the control
ActionComponents.ACTileControllerAppearance.ACTileControllerAppearance | ( | ACColor | background, |
ACColor | border | ||
) |
Initializes a new instance of the ACTrayAppearance
class with the specified user defined appearance properties
background | The control's background color |
border | The control's border color |
shadow | The control's shadow color |
|
getset |
Gets or sets the background color
The background color
|
getset |
Gets or sets the background image.
The background image.
|
getset |
Gets or sets the border color
The border color
|
getset |
Gets or sets the cell gap.
The cell gap.
|
getset |
Gets or sets the size of the cell.
The size of the cell.
|
getset |
Gets or sets the group gap.
The group gap.
|
getset |
Gets or sets the indent bottom.
The indent bottom.
|
getset |
Gets or sets the indent left.
The indent left.
|
getset |
Gets or sets the indent right.
The indent right.
|
getset |
Gets or sets the indent top.
The indent top.