Class LayoutBase
Layout Base class.
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()