Class LayoutManager
Represents a layout manager class.
Inheritance
System.Object
LayoutManager
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.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. |