menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SfRadioButton

    Represents the SfRadioButton class.

    Inheritance
    System.Object
    SfRadioButton
    Namespace: Syncfusion.XForms.WPF.Buttons
    Assembly: Syncfusion.Buttons.XForms.WPF.dll
    Syntax
    public class SfRadioButton : RadioButton

    Constructors

    SfRadioButton(SfRadioButton)

    Initializes a new instance of the SfRadioButton class.

    Declaration
    public SfRadioButton(SfRadioButton radioButton)
    Parameters
    Type Name Description
    SfRadioButton radioButton

    SfCheckBox control

    Properties

    CheckedColor

    Sets the SfRadioButton checked state fill color

    Declaration
    public Brush CheckedColor { set; }
    Property Value
    Type
    System.Windows.Media.Brush

    UncheckedColor

    Sets the SfRadioButton unchecked state stroke color

    Declaration
    public Brush UncheckedColor { set; }
    Property Value
    Type
    System.Windows.Media.Brush

    Methods

    OnApplyTemplate()

    Initializes all the child elements of SfRadioButton control

    Declaration
    public override void OnApplyTemplate()

    OnToggle()

    Triggered while changing the state of the SfRadioButton

    Declaration
    protected override void OnToggle()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved