WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGroupableInfo - WPF API Reference | Syncfusion INode and IConnector. ">

    Show / Hide Table of Contents

    Interface IGroupableInfo

    Represents a base for INode and IConnector.

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

    Properties

    Bounds

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

    Graph

    Declaration
    IGraph Graph { get; }
    Property Value
    Type Description
    IGraph

    IsGrouped

    Gets a value indicates wheher the element is grouped.

    Declaration
    bool IsGrouped { get; }
    Property Value
    Type Description
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved