ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstZoomSettings - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SunburstZoomSettings

    Inheritance
    System.Object
    EJTagHelper
    SunburstZoomSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SunburstZoomSettings : EJTagHelper

    Constructors

    SunburstZoomSettings()

    Declaration
    public SunburstZoomSettings()

    Properties

    Enable

    Declaration
    [JsonProperty("enable")]
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    ToolbarHorizontalAlignment

    Gets or sets the horizontal toolbar alignment.

    Declaration
    [JsonProperty("toolbarHorizontalAlignment")]
    [JsonConverter(typeof(StringEnumConverter))]
    public SunburstHorizontalAlignment ToolbarHorizontalAlignment { get; set; }
    Property Value
    Type Description
    SunburstHorizontalAlignment
    Remarks

    Specifies the horizontal toolbar alignment;

    ToolbarVerticalAlignment

    Gets or sets the vertical toolbar alignment.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("toolbarVerticalAlignment")]
    public SunburstVerticalAlignment ToolbarVerticalAlignment { get; set; }
    Property Value
    Type Description
    SunburstVerticalAlignment
    Remarks

    Specifies the vertical toolbar alignment;

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