[]
        
(Showing Draft Content)

C1.Android.Core.C1CheckBox

C1CheckBox Class

Represents a control that a user can select and clear.

Inheritance
C1CheckBox
Implements
Namespace: C1.Android.Core
Assembly: C1.Android.Core.dll
Syntax
public class C1CheckBox : CheckBox, IDependencyObject

Constructors

Name Description
C1CheckBox(Context)

Initializes a new instance of the C1CheckBox class.

Fields

Name Description
ColorProperty

Properties

Name Description
Color

Gets or sets the color used to paint the control.

Site
Tag

Gets or sets an arbitrary object value that can be used to store custom information about this object.

Methods

Name Description
Dispose(bool)
OnDraw(Canvas)

Customize the native checkbox drawing.

Events

Name Description
Disposed