menu

UWP

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

    Show / Hide Table of Contents

    Class RootChildDirection

    Specifies the direction for the immediate children of the root node in the mind-map tree layout.

    Inheritance
    System.Object
    RootChildDirection
    Namespace: Syncfusion.UI.Xaml.Diagram.Layout
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class RootChildDirection : Enum

    Fields

    Bottom

    Specifies the branch should be positioned in bottom direction.

    Declaration
    public const RootChildDirection Bottom
    Field Value
    Type
    RootChildDirection
    Remarks

    Bootom direction is supported only for vertical orientation.

    Left

    Specifies the branch should be positioned in left direction.

    Declaration
    public const RootChildDirection Left
    Field Value
    Type
    RootChildDirection
    Remarks

    Left direction is supported only for horizontal orientation.

    Right

    Specifies the branch should be positioned in right direction.

    Declaration
    public const RootChildDirection Right
    Field Value
    Type
    RootChildDirection
    Remarks

    Right direction is supported only for horizontal orientation.

    Top

    Specifies the branch should be positioned in top direction.

    Declaration
    public const RootChildDirection Top
    Field Value
    Type
    RootChildDirection
    Remarks

    Top direction is supported only for vertical orientation.

    Extension Methods

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