Controls the appearance of a ActionComponents.ACAlertButton
More...
|
| ACAlertButtonAppearance () |
| Initializes a new instance of the Appracatappra.ActionComponents.ActionTray.ACTrayAppearance class and sets the default appearance for the control More...
|
|
| ACAlertButtonAppearance (Color background, Color border) |
| Initializes a new instance of the Appracatappra.ActionComponents.ActionTray.ACTrayAppearance class with the specified user defined appearance properties More...
|
|
| ACAlertButtonAppearance (Color background, Color border, Color textColor) |
| Initializes a new instance of the ActionComponents.ACAlertButtonAppearance class. More...
|
|
void | Flatten () |
| Flattens the Appracatappra.ActionComponents.ActionTray.ACTrayAppearance to match the new iOS 7 design language More...
|
|
void | Flatten (Color backgroundColor) |
| Flattens the Appracatappra.ActionComponents.ActionTray.ACTrayAppearance to match the new iOS 7 design language More...
|
|
void | Flatten (Color backgroundColor, Color foregroundColor) |
| Flattens the Appracatappra.ActionComponents.ActionTray.ACTrayAppearance to match the new iOS 7 design language More...
|
|
ActionComponents.ACAlertButtonAppearance.ACAlertButtonAppearance |
( |
| ) |
|
Initializes a new instance of the Appracatappra.ActionComponents.ActionTray.ACTrayAppearance class and sets the default appearance for the control
ActionComponents.ACAlertButtonAppearance.ACAlertButtonAppearance |
( |
Color |
background, |
|
|
Color |
border |
|
) |
| |
Initializes a new instance of the Appracatappra.ActionComponents.ActionTray.ACTrayAppearance class with the specified user defined appearance properties
- Parameters
-
background | The control's background color |
border | The control's border color |
ActionComponents.ACAlertButtonAppearance.ACAlertButtonAppearance |
( |
Color |
background, |
|
|
Color |
border, |
|
|
Color |
textColor |
|
) |
| |
void ActionComponents.ACAlertButtonAppearance.Flatten |
( |
| ) |
|
Flattens the Appracatappra.ActionComponents.ActionTray.ACTrayAppearance to match the new iOS 7 design language
void ActionComponents.ACAlertButtonAppearance.Flatten |
( |
Color |
backgroundColor | ) |
|
Flattens the Appracatappra.ActionComponents.ActionTray.ACTrayAppearance to match the new iOS 7 design language
- Parameters
-
backgroundColor | Background color. |
void ActionComponents.ACAlertButtonAppearance.Flatten |
( |
Color |
backgroundColor, |
|
|
Color |
foregroundColor |
|
) |
| |
Flattens the Appracatappra.ActionComponents.ActionTray.ACTrayAppearance to match the new iOS 7 design language
- Parameters
-
backgroundColor | Background color. |
foregroundColor | Foreground color. |
Color ActionComponents.ACAlertButtonAppearance.background |
|
getset |
Gets or sets the background color
The background color
Color ActionComponents.ACAlertButtonAppearance.border |
|
getset |
Gets or sets the border color
The border color
float ActionComponents.ACAlertButtonAppearance.borderWidth |
|
getset |
Gets or sets the width of the border.
The width of the border.
bool ActionComponents.ACAlertButtonAppearance.flat |
|
getset |
Color ActionComponents.ACAlertButtonAppearance.titleColor |
|
getset |
Gets or sets the color of the title.
The color of the title.
float ActionComponents.ACAlertButtonAppearance.titleSize |
|
getset |
Gets or sets the size of the title.
The size of the title.