Class DiagramMargin
Specifies the space to be left from an element.
Inheritance
System.Object
DiagramMargin
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public class DiagramMargin : SfDiagramBase
Constructors
DiagramMargin()
Specifies the space to be left from an element.
Declaration
public DiagramMargin()
Properties
Bottom
It sets the space to be left from the bottom side of the parent of an element.
Declaration
public Nullable<double> Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Left
It sets the space to be left from the left side of the parent of an element.
Declaration
public Nullable<double> Left { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Right
It sets the space to be left from the right side of the parent of an element.
Declaration
public Nullable<double> Right { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Top
It sets the space to be left from the top side of the parent of an element.
Declaration
public Nullable<double> Top { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |