[]
        
(Showing Draft Content)

C1.Android.Core.C1Style

C1Style Class

Represents the style of the element.

Inheritance
C1Style
Namespace: C1.Android.Core
Assembly: C1.Android.Core.dll
Syntax
public class C1Style
Public Class C1Style

Constructors

Name Description
C1Style(Type)

Initializes a new instance of the C1Style class.

Properties

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.

Methods

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.