menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Group - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Group

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

    Inheritance
    System.Object
    Node
    Group
    BpmnGroup
    Container
    Selector
    Implements
    System.IDisposable
    IGroup
    INode
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    Node.AnnotationConstraints
    Node.AnnotationConstraintsProperty
    Node.Annotations
    Node.AnnotationsProperty
    Node.ArrangeOverride(Size)
    Node.AutoBindProperty
    Node.BoundingRectangle
    Node.Bounds
    Node.BoundsProperty
    Node.ConnectorPadding
    Node.ConnectorPaddingProperty
    Node.Constraints
    Node.ConstraintsProperty
    Node.Flip
    Node.FlipMode
    Node.FlipModeProperty
    Node.FlipProperty
    Node.GetElementRect(FrameworkElement)
    Node.HitPadding
    Node.HitPaddingProperty
    Node.ID
    Node.IDProperty
    Node.Info
    Node.IsConnecting
    Node.IsExpanded
    Node.IsExpandedProperty
    Node.IsSelected
    Node.IsSelectedProperty
    Node.Key
    Node.KeyProperty
    Node.LaneOffsetX
    Node.LaneOffsetXProperty
    Node.LaneOffsetY
    Node.LaneOffsetYProperty
    Node.Menu
    Node.MenuProperty
    Node.OffsetX
    Node.OffsetXProperty
    Node.OffsetY
    Node.OffsetYProperty
    Node.OnApplyTemplate()
    Node.OnPropertyChanged(String)
    Node.OnSnap(List<SnapParameter>, Boolean)
    Node.ParentGroup
    Node.ParentGroupProperty
    Node.Pivot
    Node.PivotProperty
    Node.Ports
    Node.PortsProperty
    Node.PortVisibility
    Node.PortVisibilityProperty
    Node.PropertyChanged
    Node.RotateAngle
    Node.RotateAngleProperty
    Node.Shape
    Node.ShapeProperty
    Node.ShapeStyle
    Node.ShapeStyleProperty
    Node.ShowContextMenu(FrameworkElement, RightTappedRoutedEventArgs)
    Node.SnapToObject
    Node.SnapToObjectProperty
    Node.ThemeStyleId
    Node.ThemeStyleIdProperty
    Node.UnitHeight
    Node.UnitHeightProperty
    Node.UnitWidth
    Node.UnitWidthProperty
    Node.ZIndex
    Node.ZIndexProperty
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class Group : Node, ISharedData, IDisposable, IGroup, INode, IGroupable, IGroupView, INodeView, IView, IDiagramElement, IID, INotifyPropertyChanged

    Constructors

    Group()

    Initializes a new instance of the Group class.

    Declaration
    public Group()

    Fields

    ConnectorsProperty

    Using a DependencyProperty as the backing store for Connectors. This enables animation, styling, binding, etc...

    Declaration
    public static DependencyProperty ConnectorsProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    GroupsProperty

    Using a DependencyProperty as the backing store for Groups. This enables animation, styling, binding, etc...

    Declaration
    public static DependencyProperty GroupsProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    NodesProperty

    Using a DependencyProperty as the backing store for Nodes. This enables animation, styling, binding, etc...

    Declaration
    public static DependencyProperty NodesProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Connectors

    Gets or sets a collection of objects where each object represents a IConnector.

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

    Groups

    Gets or sets a collection of objects where each object represents a IGroup.

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

    Nodes

    Gets or sets a collection of objects where each object represents a INode.

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

    Methods

    MeasureOverride(Size)

    Method to measure size of Group class elements.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize

    Size to be measure.

    Returns
    Type Description
    Windows.Foundation.Size

    Return measured size.

    Overrides
    Node.MeasureOverride(Size)

    Explicit Interface Implementations

    IGroup.set_Padding(Thickness)

    Declaration
    void IGroup.set_Padding(Thickness value)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Thickness value

    INode.set_Content(Object)

    Declaration
    void INode.set_Content(object value)
    Parameters
    Type Name Description
    System.Object value

    INode.set_ContentTemplate(DataTemplate)

    Declaration
    void INode.set_ContentTemplate(DataTemplate value)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DataTemplate value

    INode.set_MaxHeight(Double)

    Declaration
    void INode.set_MaxHeight(double value)
    Parameters
    Type Name Description
    System.Double value

    INode.set_MaxWidth(Double)

    Declaration
    void INode.set_MaxWidth(double value)
    Parameters
    Type Name Description
    System.Double value

    INode.set_MinHeight(Double)

    Declaration
    void INode.set_MinHeight(double value)
    Parameters
    Type Name Description
    System.Double value

    INode.set_MinWidth(Double)

    Declaration
    void INode.set_MinWidth(double value)
    Parameters
    Type Name Description
    System.Double value

    Implements

    System.IDisposable
    IGroup
    INode
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved