Class LayoutBase
Represents the base class for all the automatic layout class.
Implements
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. |