![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Public Member Functions | |
ACOvalAppearance () | |
Initializes a new instance of the ActionComponents.ACOvalAppearance class. More... | |
ACOvalAppearance (Color fillColor, Color borderColor) | |
Initializes a new instance of the ActionComponents.ACOvalAppearance class. More... | |
ACOvalAppearance (Color fillColor, Color borderColor, Color fontColor) | |
Initializes a new instance of the ActionComponents.ACOvalAppearance class. More... | |
Properties | |
string | FontName [get, set] |
Gets or sets the name of the font. More... | |
int | FontSize [get, set] |
Gets or sets the size of the font. More... | |
Color | FontColor [get, set] |
Gets or sets the color of the font. More... | |
Color | FillColor [get, set] |
Gets or sets the color of the fill. More... | |
Bitmap | Image [get, set] |
Gets or sets the image. More... | |
ACOvalImagePlacement | ImagePlacement [get, set] |
Gets or sets the image placement. More... | |
int | ImageX [get, set] |
Gets or sets the image x. More... | |
int | ImageY [get, set] |
Gets or sets the image y. More... | |
int | ImageHeight [get, set] |
Gets or sets the height of the image. More... | |
int | ImageWidth [get, set] |
Gets or sets the width of the image. More... | |
bool | HasBorder [get, set] |
Gets or sets a value indicating whether this instance has border. More... | |
Color | BorderColor [get, set] |
Gets or sets the color of the border. More... | |
int | BorderWidth [get, set] |
Gets or sets the width of the border. More... | |
ActionComponents.ACOvalAppearance.ACOvalAppearance | ( | ) |
Initializes a new instance of the ActionComponents.ACOvalAppearance class.
ActionComponents.ACOvalAppearance.ACOvalAppearance | ( | Color | fillColor, |
Color | borderColor | ||
) |
Initializes a new instance of the ActionComponents.ACOvalAppearance class.
fillColor | Fill color. |
borderColor | Border color. |
ActionComponents.ACOvalAppearance.ACOvalAppearance | ( | Color | fillColor, |
Color | borderColor, | ||
Color | fontColor | ||
) |
Initializes a new instance of the ActionComponents.ACOvalAppearance class.
fillColor | Fill color. |
borderColor | Border color. |
fontColor | Font color. |
|
getset |
Gets or sets the color of the border.
The color of the border.
|
getset |
Gets or sets the width of the border.
The width of the border.
|
getset |
Gets or sets the color of the fill.
The color of the fill.
|
getset |
Gets or sets the color of the font.
The color of the font.
|
getset |
Gets or sets the name of the font.
The name of the font.
|
getset |
Gets or sets the size of the font.
The size of the font.
|
getset |
Gets or sets a value indicating whether this instance has border.
true
if this instance has border; otherwise, false
.
|
getset |
Gets or sets the image.
The image.
|
getset |
Gets or sets the height of the image.
The height of the image.
|
getset |
Gets or sets the image placement.
The image placement.
|
getset |
Gets or sets the width of the image.
The width of the image.
|
getset |
Gets or sets the image x.
The image x.
|
getset |
Gets or sets the image y.
The image y.