Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramMargin

    Show / Hide Table of Contents

    Class DiagramMargin

    Specifies the space to be left from an element.

    Inheritance
    System.Object
    SfDiagramBase
    DiagramMargin
    BasicShapeMargin
    CancelMargin
    CollapseIconMargin
    ConnectorAnnotationDragLimit
    ConnectorAnnotationMargin
    ConnectorMargin
    DiagramUserHandleMargin
    ExpandIconMargin
    FailureMargin
    NodeAnnotationDragLimit
    NodeAnnotationMargin
    NodeMargin
    PortMargin
    SuccessMargin
    UserHandleMargin
    Inherited Members
    SfDiagramBase.UpdateCollection(IList, Boolean)
    SfDiagramBase.RandomString(Int32)
    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved