menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SelectionSettings

    Represents the Selection Settings. To render this, create an instance SelectionSettings and set required properties.

    Inheritance
    System.Object
    SelectionSettings
    Namespace: Syncfusion.SfSunburstChart.XForms
    Assembly: Syncfusion.SfSunburstChart.XForms.dll
    Syntax
    public class SelectionSettings : Element, IThemeElement

    Constructors

    SelectionSettings()

    Initializes a new instance of the SelectionSettings class.

    Declaration
    public SelectionSettings()

    Fields

    EnableSelectionProperty

    Gets or sets the value that indicates whether the selection is visible in the chart. This is a bindable property.

    Declaration
    public static readonly BindableProperty EnableSelectionProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    OpacityProperty

    Gets or sets the opacity for selection display mode opacity of selection in sunburst. This is a bindable property.

    Declaration
    public static readonly BindableProperty OpacityProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    SelectionBrushProperty

    Gets or sets the SelectionBrush property, which is used to set the color for selection in sunburst. This is a bindable property.

    Declaration
    public static readonly BindableProperty SelectionBrushProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    SelectionDisplayModeProperty

    Gets or sets the SelectionDisplayMode property, which is used to customize the display mode for selection. This is a bindable property.

    Declaration
    public static readonly BindableProperty SelectionDisplayModeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    SelectionStrokeBrushProperty

    Gets or sets the SelectionStrokeBrush property, which is used to set the stroke color for selection in sunburst. This is a bindable property.

    Declaration
    public static readonly BindableProperty SelectionStrokeBrushProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    SelectionStrokeWidthProperty

    Gets or sets the SelectionStrokeWidth property, which is used to customize the stroke width. This is a bindable property.

    Declaration
    public static readonly BindableProperty SelectionStrokeWidthProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    SelectionTypeProperty

    Gets or sets the SelectionType property, which is used to customize selection type in sunburst. This is a bindable property.

    Declaration
    public static readonly BindableProperty SelectionTypeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    EnableSelection

    Gets or sets a value indicating whether the selection is visible in the chart. This is a bindable property.

    Declaration
    public bool EnableSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    This property takes the SelectionSettings as its value.

    Opacity

    Gets or sets the opacity for selection display mode opacity of selection in sunburst. This is a bindable property.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    This property takes the SelectionSettings as its value.

    SelectionBrush

    Gets or sets the SelectionBrush property, which is used to set the color for selection in sunburst. This is a bindable property.

    Declaration
    public Color SelectionBrush { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    This property takes the SelectionSettings as its value.

    SelectionDisplayMode

    Gets or sets the SelectionDisplayMode property, which is used to customize the display mode for selection. This is a bindable property.

    Declaration
    public SelectionDisplayMode SelectionDisplayMode { get; set; }
    Property Value
    Type Description
    SelectionDisplayMode

    This property takes the SelectionSettings as its value.

    SelectionStrokeBrush

    Gets or sets the SelectionStrokeBrush property, which is used to set the stroke color for selection in sunburst. This is a bindable property.

    Declaration
    public Color SelectionStrokeBrush { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    This property takes the SelectionSettings as its value.

    SelectionStrokeWidth

    Gets or sets the SelectionStrokeWidth property, which is used to customize the stroke width. This is a bindable property.

    Declaration
    public double SelectionStrokeWidth { get; set; }
    Property Value
    Type Description
    System.Double

    This property takes the SelectionSettings as its value.

    SelectionType

    Gets or sets the SelectionType property, which is used to customize selection type in sunburst. This is a bindable property.

    Declaration
    public SelectionType SelectionType { get; set; }
    Property Value
    Type Description
    SelectionType

    This property takes the SelectionSettings as its value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved