alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class BeginNodeLayoutEventArgs

    Provides data for the BeginNodeLayout event.

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

    Properties

    HasChildNodes

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

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

    Check whether the tree has child nodes or not.

    Node

    Gets the current node which is layout.

    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