[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Core.C1CheckBox

C1CheckBox Class

Represents a control that a user can select and clear.

Inheritance
C1CheckBox
Implements
Namespace: C1.Xamarin.Forms.Core
Assembly: C1.Xamarin.Forms.Core.dll
Syntax
public class C1CheckBox : View, IComponent, IDisposable

Constructors

Name Description
C1CheckBox()

Initializes a new instance of the C1CheckBox class.

Fields

Name Description
ColorProperty
IsCheckedProperty
IsReadOnlyProperty
IsThreeStateProperty

Properties

Name Description
Color

Gets or sets the color used to paint the control.

IsChecked

Gets or sets whether the C1CheckBox is checked.

IsReadOnly

Gets or sets whether the C1CheckBox is read only.

IsThreeState

Gets or sets whether C1CheckBox supports indeterminate state.

Site
Tag

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

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

OnChecked(EventArgs)

Raises the Checked event.

Events

Name Description
Checked

Occurs after the value of checkBox changes

Disposed