menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BeginNodeLayoutEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BeginNodeLayoutEventArgs

    Provides data for the BeginNodeLayout event.

    Inheritance
    System.Object
    BeginNodeLayoutEventArgs
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class BeginNodeLayoutEventArgs : EventArgs

    Constructors

    BeginNodeLayoutEventArgs(Node, ChartType, Orientation, Boolean)

    Declaration
    public BeginNodeLayoutEventArgs(Node node, ChartType type, Orientation orientation, bool hasSubTree)
    Parameters
    Type Name Description
    Node node
    ChartType type
    Orientation orientation
    System.Boolean hasSubTree

    Properties

    HasChildNodes

    Gets or sets a value indicating whether gets or sets whether child nodes or not.

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

    Node

    Gets the Item.

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

    Orientation

    Gets or sets the Orientation.

    Declaration
    public Orientation Orientation { get; set; }
    Property Value
    Type
    Orientation

    Type

    Gets or sets the ChartType.

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