Class Margins
Utility class representing margins support in the document.
Inheritance
System.Object
Margins
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public class Margins : Object
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 |