alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class LayoutManager

    Represents a layout manager class.

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

    Constructors

    LayoutManager()

    Declaration
    public LayoutManager()

    Properties

    Layout

    Gets or sets Layout.

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

    Gets or sets the Layout.

    Methods

    OnLayoutChanged(LayoutBase, LayoutBase)

    Set virtual method to change property of LayoutManager.

    Declaration
    protected virtual void OnLayoutChanged(LayoutBase oldValue, LayoutBase newValue)
    Parameters
    Type Name Description
    LayoutBase oldValue

    old Value.

    LayoutBase newValue

    new Value.

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