menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class LayoutManager

    Represents a layout manager class.

    Inheritance
    System.Object
    LayoutManager
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class LayoutManager : BindableObject

    Constructors

    LayoutManager()

    Initializes a new instance of the LayoutManager class.

    Declaration
    public LayoutManager()

    Fields

    LayoutProperty

    Represents the bindable proeprty of Layout.

    Declaration
    public static readonly BindableProperty LayoutProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    Layout

    Gets or sets Layout.

    Declaration
    public LayoutBase Layout { get; set; }
    Property Value
    Type Description
    LayoutBase

    Gets or sets the Layout.

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