Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramContainer - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramContainer

    The DiagramContainer is used to group related objects.

    Inheritance
    System.Object
    ICommonElement
    DiagramElement
    DiagramContainer
    Canvas
    StackPanel
    Inherited Members
    ICommonElement.ID
    ICommonElement.Pivot
    ICommonElement.IsDirt
    ICommonElement.Visible
    ICommonElement.OffsetX
    ICommonElement.OffsetY
    ICommonElement.CornerRadius
    ICommonElement.MinHeight
    ICommonElement.MinWidth
    ICommonElement.MaxWidth
    ICommonElement.MaxHeight
    ICommonElement.Width
    ICommonElement.Height
    ICommonElement.RotationAngle
    ICommonElement.Margin
    ICommonElement.HorizontalAlignment
    ICommonElement.VerticalAlignment
    ICommonElement.RelativeMode
    ICommonElement.Style
    ICommonElement.ParentID
    ICommonElement.DesiredSize
    ICommonElement.ActualSize
    ICommonElement.Bounds
    ICommonElement.Shadow
    ICommonElement.OuterBounds
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DiagramContainer : DiagramElement

    Constructors

    DiagramContainer()

    Initializes a new instance of the DiagramContainer.

    Declaration
    public DiagramContainer()

    DiagramContainer(DiagramContainer)

    Creates a new instance of the DiagramContainer from the given DiagramContainer.

    Declaration
    public DiagramContainer(DiagramContainer src)
    Parameters
    Type Name Description
    DiagramContainer src

    DiagramContainer

    Properties

    Children

    Gets or sets the collection of child elements (Canvas, Diagram Element).

    Declaration
    public ObservableCollection<ICommonElement> Children { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<ICommonElement>

    Padding

    Gets or sets the space between the container and its immediate children.

    Declaration
    public Thickness Padding { get; set; }
    Property Value
    Type Description
    Thickness

    Methods

    Clone()

    Creates a new element that is a copy of the current element.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    DiagramContainer

    Overrides
    DiagramElement.Clone()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved