menu

UWP

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

    Show / Hide Table of Contents

    Class LayoutInfoArgs

    Method argument for customizing the orientation of trees/sub-trees

    Inheritance
    System.Object
    LayoutInfoArgs
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class LayoutInfoArgs : Object

    Properties

    Assistants

    By default, the collection is empty.When any of the child nodes have to be set asAssistant, you can remove from children collection and have to insert into assistants collection.

    Declaration
    public List<object> Assistants { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.Object>

    Children

    Gets or sets the Collection of Children, each children represents the Node.

    Declaration
    public List<INode> Children { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<INode>

    HasSubTree

    Gets whether the node contains subtrees.

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

    Item

    Gets the layout item to be modified.

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

    Orientation

    Declaration
    public Orientation Orientation { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Controls.Orientation

    Type

    Gets or sets the Type of the Chart.

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

    Extension Methods

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