Class Space
Structure which contains space around the tag elements such as paddings, borders, etc...
Inheritance
System.Object
Space
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public sealed class Space : ValueType
Constructors
Space(BaseElement)
Initializes a new instance of the Space struct
Declaration
public Space(BaseElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseElement | element | Parent element for this object. |
Properties
Bottom
Gets the bottom indent space for the element.
Declaration
public int Bottom { get; }
Property Value
| Type |
|---|
| System.Int32 |
Left
Gets the left indent space for the element.
Declaration
public int Left { get; }
Property Value
| Type |
|---|
| System.Int32 |
Right
Gets the right indent space for the element.
Declaration
public int Right { get; }
Property Value
| Type |
|---|
| System.Int32 |
Top
Gets the top indent space for the element.
Declaration
public int Top { get; }
Property Value
| Type |
|---|
| System.Int32 |