menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class LayoutBase

    Represents the base class for all the automatic layout class.

    Inheritance
    System.Object
    LayoutBase
    TreeLayoutBase
    Implements
    ILayout
    Namespace: Syncfusion.SfDiagram.Android
    Assembly: Syncfusion.SfDiagram.Android.dll
    Syntax
    public abstract class LayoutBase : Object, ILayout, IInternalLayout

    Constructors

    LayoutBase()

    Declaration
    protected LayoutBase()

    Properties

    Margin

    Gets or sets Margin.

    Declaration
    public float Margin { get; set; }
    Property Value
    Type Description
    System.Single

    Gets or sets the margin of the layout.

    Methods

    UpdateLayout()

    Initialize Abstract method UpdateLayout.

    Declaration
    public abstract void UpdateLayout()

    UpdateLayout(Object)

    Initialize Abstract method UpdateLayout with parameter.

    Declaration
    public abstract void UpdateLayout(object fixedNode)
    Parameters
    Type Name Description
    System.Object fixedNode

    fixed node.

    Implements

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