WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGroup - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IGroup

    Represents a cluster multiple nodes and connectors into a single element. It acts like a container for its children (nodes, groups, and connectors).

    Inherited Members
    INode.OffsetX
    INode.OffsetY
    INode.Pivot
    INode.RotateAngle
    INode.SnapToObject
    INode.MinWidth
    INode.MaxWidth
    INode.UnitWidth
    INode.MinHeight
    INode.MaxHeight
    INode.UnitHeight
    INode.Shape
    INode.ShapeStyle
    INode.Constraints
    INode.Content
    INode.ContentTemplate
    INode.Ports
    INode.Flip
    INode.FlipMode
    INode.IsExpanded
    INode.PortVisibility
    INode.ConnectorPadding
    INode.Menu
    INode.AnnotationConstraints
    INode.HitPadding
    INode.ThemeStyleId
    INode.LaneOffsetX
    INode.LaneOffsetY
    INode.Annotations
    INode.ParentGroup
    IGroupable.IsSelected
    IGroupable.ZIndex
    IGroupable.Info
    IGroupable.Name
    IDiagramElement.Key
    IID.ID
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public interface IGroup : INode, IGroupable, IDiagramElement, IID, INotifyPropertyChanged

    Properties

    Connectors

    Gets or sets the collections of IConnector.

    Declaration
    object Connectors { get; set; }
    Property Value
    Type Description
    System.Object

    Groups

    Gets or sets the collections of IGroup.

    Declaration
    object Groups { get; set; }
    Property Value
    Type Description
    System.Object

    Nodes

    Gets or sets the collections of INode.

    Declaration
    object Nodes { get; set; }
    Property Value
    Type Description
    System.Object

    Padding

    Gets or sets the padding inside the Group.

    Declaration
    Thickness Padding { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved