Class Spacings
Summary description for Spacings.
Inheritance
System.Object
Spacings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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. |