menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DrilldownSettings

    Represents the Drilldown settings datalabel. To render this, create an instance DrilldownSettings and set required properties.

    Inheritance
    System.Object
    DrilldownSettings
    Namespace: Syncfusion.SfSunburstChart.XForms
    Assembly: Syncfusion.SfSunburstChart.XForms.dll
    Syntax
    public class DrilldownSettings : BindableObject

    Constructors

    DrilldownSettings()

    Initializes a new instance of the DrilldownSettings class.

    Declaration
    public DrilldownSettings()

    Fields

    EnableProperty

    Gets or sets a value that indicates whether to enable the drill-down settings. This is a bindable property.

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

    OffsetXProperty

    Gets or sets the OffsetX property value for zooming tool bar placement. Its value ranges between 0 and 1.

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

    OffsetYProperty

    Gets or sets the OffsetY property value for zooming tool bar placement. Its value ranges between 0 and 1.

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

    ToolbarHorizontalAlignmentProperty

    Gets or sets the ToolbarHorizontalAlignment property, which is used to set horizontal alignment for zooming toolbar.

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

    ToolbarVerticalAlignmentProperty

    Gets or sets the ToolbarVerticalAlignment property, which is used to set vertical alignment for zooming toolbar.

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

    Properties

    Enable

    Gets or sets a value indicating whether to enable the drill-down settings. This is a bindable property.

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

    OffsetX

    Gets or sets the OffsetX property value for zooming tool bar placement. Its value ranges between 0 and 1.

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

    OffsetY

    Gets or sets the OffsetY property value for zooming tool bar placement. Its value ranges between 0 and 1.

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

    ToolbarHorizontalAlignment

    Gets or sets the ToolbarHorizontalAlignment property, which is used to set horizontal alignment for zooming toolbar.

    Declaration
    public ToolbarAlignment ToolbarHorizontalAlignment { get; set; }
    Property Value
    Type
    ToolbarAlignment

    ToolbarVerticalAlignment

    Gets or sets the ToolbarVerticalAlignment property, which is used to set vertical alignment for zooming toolbar.

    Declaration
    public ToolbarAlignment ToolbarVerticalAlignment { get; set; }
    Property Value
    Type
    ToolbarAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved