WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Spacings - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Spacings

    Summary description for Spacings.

    Inheritance
    System.Object
    Spacings
    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.Layouting
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class Spacings

    Constructors

    Spacings()

    Declaration
    public Spacings()

    Properties

    Bottom

    Gets or sets the bottom.

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

    The bottom.

    Left

    Gets or sets the left.

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

    The left.

    Right

    Gets or sets the right.

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

    The right.

    Top

    Gets or sets the top.

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

    The top.

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