![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Defines the appearance of a ActionComponents.ACNavBarButton More...
Public Member Functions | |
ACNavBarButtonAppearance () | |
Initializes a new instance of the ActionComponents.ACNavBarButtonAppearance class. More... | |
ACNavBarButtonAppearance (Color background, Color border, int image, float alpha) | |
Initializes a new instance of the ActionComponents.ACNavBarButtonAppearance class. More... | |
ACNavBarButtonAppearance (ACNavBarButtonAppearance appearance) | |
Initializes a new instance of the ActionComponents.ACNavBarButtonAppearance class. More... | |
void | Clone (ACNavBarButtonAppearance appearance) |
Clones the values from the passed ActionComponents.ACNavBarButtonAppearance into this one More... | |
Properties | |
Color | background [get, set] |
Gets or sets the background color More... | |
Color | border [get, set] |
Gets or sets the border color More... | |
int | image [get, set] |
Gets or sets the image displayed on the button More... | |
float | alpha [get, set] |
Gets or sets the alpha that the image is displayed at More... | |
Defines the appearance of a ActionComponents.ACNavBarButton
Changes to the default ActionComponents.ACNavBarButtonAppearances in the parent ActionComponents.ACNavBar and and ActionComponents.ACNavBarButtonCollections will cascade down to lower levels.
ActionComponents.ACNavBarButtonAppearance.ACNavBarButtonAppearance | ( | ) |
Initializes a new instance of the ActionComponents.ACNavBarButtonAppearance class.
ActionComponents.ACNavBarButtonAppearance.ACNavBarButtonAppearance | ( | Color | background, |
Color | border, | ||
int | image, | ||
float | alpha | ||
) |
Initializes a new instance of the ActionComponents.ACNavBarButtonAppearance class.
background | The background color |
border | The border color |
image | An image for the apperance state |
alpha | The alpha setting for the state |
ActionComponents.ACNavBarButtonAppearance.ACNavBarButtonAppearance | ( | ACNavBarButtonAppearance | appearance | ) |
Initializes a new instance of the ActionComponents.ACNavBarButtonAppearance class.
appearance | The source appearance to clone this appearance from |
void ActionComponents.ACNavBarButtonAppearance.Clone | ( | ACNavBarButtonAppearance | appearance | ) |
Clones the values from the passed ActionComponents.ACNavBarButtonAppearance into this one
appearance | The Appearance to clone |
|
getset |
Gets or sets the alpha that the image is displayed at
The alpha.
|
getset |
Gets or sets the background color
The background color
|
getset |
Gets or sets the border color
The border color
|
getset |
Gets or sets the image displayed on the button
The image