menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class LayoutBase

    Layout Base class.

    Inheritance
    System.Object
    LayoutBase
    TreeLayoutBase
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public abstract class LayoutBase : BindableObject

    Constructors

    LayoutBase()

    Initializes a new instance of the LayoutBase class.

    Declaration
    public LayoutBase()

    Fields

    MarginProperty

    Represents the bindable property of Margin.

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

    Properties

    Margin

    Gets or sets the Margin for the LayouBase. This is a bindable property.

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

    The float value.

    PropertiesChanged

    Gets or sets propertiesChanged.

    Declaration
    public List<string> PropertiesChanged { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.String>

    Methods

    UpdateLayout()

    Initialize Abstract method UpdateLayout with parameter.

    Declaration
    public abstract void UpdateLayout()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved