![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Defines the customizable properties of an ACTileGroup
that control it's look and feel.
More...
Public Member Functions | |
ACTileGroupAppearance () | |
Initializes a new instance of the ACTrayAppearance class and sets the default appearance for the control More... | |
ACTileGroupAppearance (ACColor background, ACColor border) | |
Initializes a new instance of the ACTrayAppearance class with the specified user defined appearance properties More... | |
ACTileGroupAppearance | Clone () |
Clone this instance. More... | |
Properties | |
bool | hasBackground [get, set] |
Gets or sets a value indicating whether this ACTileGroupAppearance has background. More... | |
bool | hasShadow [get, set] |
Gets or sets a value indicating whether this ACTileGroupAppearance has shadow. More... | |
ACColor | background [get, set] |
Gets or sets the background color More... | |
ACColor | border [get, set] |
Gets or sets the border color More... | |
float | borderWidth [get, set] |
Gets or sets the width of the border. More... | |
float | borderRadius [get, set] |
Gets or sets the border radius. More... | |
bool | roundTopLeftCorner [get, set] |
Gets or sets a value indicating whether this ACTileGroupAppearance round top left corner. More... | |
bool | roundTopRightCorner [get, set] |
Gets or sets a value indicating whether this ACTileGroupAppearance round top right corner. More... | |
bool | roundBottomLeftCorner [get, set] |
Gets or sets a value indicating whether this ACTileGroupAppearance round bottom left corner. More... | |
bool | roundBottomRightCorner [get, set] |
Gets or sets a value indicating whether this ACTileGroupAppearance round bottom rightt corner. More... | |
bool | isRoundRect [get, set] |
Gets or sets a value indicating whether this ACTileGroupAppearance is a perfect round rect. More... | |
bool | isRect [get, set] |
Gets or sets a value indicating whether this ACTileGroupAppearance is a perfect rect. More... | |
ACColor | shadow [get, set] |
Gets or sets the shadow color More... | |
ACColor | titleColor [get, set] |
Gets or sets the color of the title. More... | |
float | titleSize [get, set] |
Gets or sets the size of the title. More... | |
ACColor | footerColor [get, set] |
Gets or sets the color of the footer. More... | |
float | footerSize [get, set] |
Gets or sets the size of the footer. More... | |
Defines the customizable properties of an ACTileGroup
that control it's look and feel.
ActionComponents.ACTileGroupAppearance.ACTileGroupAppearance | ( | ) |
Initializes a new instance of the ACTrayAppearance
class and sets the default appearance for the control
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 |
ACTileGroupAppearance ActionComponents.ACTileGroupAppearance.Clone | ( | ) |
Clone this instance.
|
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 border radius.
The border radius.
|
getset |
Gets or sets the width of the border.
The width of the border.
|
getset |
Gets or sets the color of the footer.
The color of the footer.
|
getset |
Gets or sets the size of the footer.
The size of the footer.
|
getset |
Gets or sets a value indicating whether this ACTileGroupAppearance
has background.
true
if has background; otherwise, false
.
|
getset |
Gets or sets a value indicating whether this ACTileGroupAppearance
has shadow.
true
if has shadow; otherwise, false
.
|
getset |
Gets or sets a value indicating whether this ACTileGroupAppearance
is a perfect rect.
true
if is rect; otherwise, false
.
|
getset |
Gets or sets a value indicating whether this ACTileGroupAppearance
is a perfect round rect.
true
if is round rect; otherwise, false
.
|
getset |
Gets or sets a value indicating whether this ACTileGroupAppearance
round bottom left corner.
true
if round bottom left corner; otherwise, false
.
|
getset |
Gets or sets a value indicating whether this ACTileGroupAppearance
round bottom rightt corner.
true
if round bottom rightt corner; otherwise, false
.
|
getset |
Gets or sets a value indicating whether this ACTileGroupAppearance
round top left corner.
true
if round top left corner; otherwise, false
.
|
getset |
Gets or sets a value indicating whether this ACTileGroupAppearance
round top right corner.
true
if round top right corner; otherwise, false
.
|
getset |
Gets or sets the shadow color
The shadow color
|
getset |
Gets or sets the color of the title.
The color of the title.
|
getset |
Gets or sets the size of the title.
The size of the title.