menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QuietZone

    Show / Hide Table of Contents

    Class QuietZone

    Inheritance
    System.Object
    QuietZone
    Inherited Members
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class QuietZone

    Constructors

    QuietZone()

    Declaration
    public QuietZone()

    Properties

    All

    Declaration
    [JsonProperty("all")]
    public int All { get; set; }
    Property Value
    Type Description
    System.Int32

    Bottom

    Declaration
    [JsonProperty("bottom")]
    public int Bottom { get; set; }
    Property Value
    Type Description
    System.Int32

    Left

    Declaration
    [JsonProperty("left")]
    public int Left { get; set; }
    Property Value
    Type Description
    System.Int32

    Right

    Declaration
    [JsonProperty("right")]
    public int Right { get; set; }
    Property Value
    Type Description
    System.Int32

    Top

    Declaration
    [JsonProperty("top")]
    public int Top { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved