menu

UWP

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

    Show / Hide Table of Contents

    Interface IGroupableInfo

    Represents a base for INode and IConnector.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IGroupableInfo

    Properties

    Bounds

    Gets the bounds of the elements.

    Declaration
    Rect Bounds { get; }
    Property Value
    Type
    Windows.Foundation.Rect

    Graph

    Gets the diagram of the element.

    Declaration
    IGraph Graph { get; }
    Property Value
    Type
    IGraph

    IsGrouped

    Gets a value indicates wheher the element is grouped.

    Declaration
    bool IsGrouped { get; }
    Property Value
    Type
    System.Boolean

    Methods

    BringIntoCenter()

    To bring the diagram elements into center of the view port.

    Declaration
    void BringIntoCenter()

    BringIntoViewport()

    To bring the diagram elements into view port.

    Declaration
    void BringIntoViewport()

    Extension Methods

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