Class SfCheckBox
Represents the SfCheckBox class. It is a selection control that allows users to select one or more options from a set.
Inherited Members
Namespace: Syncfusion.XForms.Buttons
Assembly: Syncfusion.Buttons.XForms.dll
Syntax
public class SfCheckBox : ToggleButton, IParentThemeElement, IThemeElement
Constructors
SfCheckBox()
Initializes a new instance of the SfCheckBox class.
Declaration
public SfCheckBox()
Fields
CornerRadiusProperty
Identifies the CornerRadius bindable property. This property can be used to get rounded corner for the border of the SfCheckBox.
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TickColorProperty
Backing store for TickColor property.
Declaration
public static readonly BindableProperty TickColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
CornerRadius
Gets or sets the value of CornerRadius. This property can be used to get the corners of the SfCheckBox rectangle, which is rounded.
Declaration
public double CornerRadius { get; set; }
Property Value
Type |
---|
System.Double |
TickColor
Gets or sets the tick color of a SfCheckBox .
Declaration
public Color TickColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
Methods
OnMeasure(Double, Double)
Declaration
protected override SizeRequest OnMeasure(double widthConstraint, double heightConstraint)
Parameters
Type | Name | Description |
---|---|---|
System.Double | widthConstraint | |
System.Double | heightConstraint |
Returns
Type |
---|
Xamarin.Forms.SizeRequest |