Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CheckBoxState - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CheckBoxState

    Represents a checked state or unchecked state in the checkbox content control.

    Inheritance
    System.Object
    CheckBoxState
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class CheckBoxState : Object

    Constructors

    CheckBoxState()

    Declaration
    public CheckBoxState()

    Properties

    Font

    Gets or sets a font name for the checked state or unchecked state of the checkbox content control.

    Declaration
    public string Font { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Gets or sets a value represents symbol for the checked state or unchecked state of the checkbox content control.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved