[]
Represents the style of the element.
public class C1Style
Public Class C1Style
| Name | Description |
|---|---|
| C1Style(Type) | Initializes a new instance of the C1Style class. |
| Name | Description |
|---|---|
| Background | Gets or sets a Android.Graphics.Drawables.Drawable that describes the background color. |
| BorderBrush | Gets or sets a Android.Graphics.Drawables.Drawable that describes the border color. |
| BorderThickness | Gets or sets the border thickness of an element. |
| CornerRadius | Gets or sets the corner radius of an element. |
| Font | Gets or sets the C1Font applied of the element. |
| Foreground | Gets or sets a Android.Graphics.Drawables.Drawable that describes the foreground color. |
| Padding | Gets or sets the padding inside an element. |
| TargetType | Gets or sets the type for which this style is intended. |
| Name | Description |
|---|---|
| GetValue(string) | Returns the current effective value of a property on this instance, specified by its property name. |
| SetValue(string, object) | Sets the local value of a property, specified by its property name. |