Class Margins
Utility class representing margins support in the document.
Inheritance
System.Object
Margins
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.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public class Margins
Properties
Bottom
Gets or sets the bottom margin attribute for the element.
Declaration
public int Bottom { get; set; }
Property Value
Type |
---|
System.Int32 |
Left
Gets or sets the left margin attribute for the element.
Declaration
public int Left { get; set; }
Property Value
Type |
---|
System.Int32 |
Right
Gets or sets the right margin attribute for the element.
Declaration
public int Right { get; set; }
Property Value
Type |
---|
System.Int32 |
Top
Gets or sets the top margin attribute for the element.
Declaration
public int Top { get; set; }
Property Value
Type |
---|
System.Int32 |