menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Interface ILayoutDependencyService

    ILayoutDependencyService interface.

    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public interface ILayoutDependencyService

    Methods

    GetRootNode(Object)

    GetRootNode.

    Declaration
    Node GetRootNode(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    Returns
    Type Description
    Node

    Gets GetRootNode.

    UpdateLayout(Object)

    UpdateLayout.

    Declaration
    void UpdateLayout(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    UpdateLeftOrTop(Object)

    UpdateLeftOrTop.

    Declaration
    void UpdateLeftOrTop(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    UpdateRightOrBottom(Object)

    UpdateRightOrBottom.

    Declaration
    void UpdateRightOrBottom(object nativeObject)
    Parameters
    Type Name Description
    System.Object nativeObject

    nativeObject.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved