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. |