menu

WinForms

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

    Show / Hide Table of Contents

    Class SubgraphPreferredLayoutEventArgs

    Event argument used for the SubgraphPreferredLayout event.

    Inheritance
    System.Object
    System.EventArgs
    SubgraphPreferredLayoutEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class SubgraphPreferredLayoutEventArgs : EventArgs

    Constructors

    SubgraphPreferredLayoutEventArgs(INode)

    Initializes a new instance of the SubgraphPreferredLayoutEventArgs class.

    Declaration
    public SubgraphPreferredLayoutEventArgs(INode node)
    Parameters
    Type Name Description
    INode node

    The node.

    Properties

    Node

    Gets the diagram node associated with this graph node object.

    Declaration
    public INode Node { get; }
    Property Value
    Type
    INode

    ResizeSubgraphNodes

    Gets or sets a value indicating whether GraphNodes will be resized during the layout operation.

    Declaration
    public bool ResizeSubgraphNodes { get; set; }
    Property Value
    Type
    System.Boolean

    RotationDegree

    Gets or sets sub graph orientation.

    Declaration
    public float RotationDegree { get; set; }
    Property Value
    Type
    System.Single

    SubgraphSize

    Gets or sets the preferred sub graph size. If no values are specified the default size will be used.

    Declaration
    public SizeF SubgraphSize { get; set; }
    Property Value
    Type
    System.Drawing.SizeF
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved