Interface ILayoutDependencyService
ILayoutDependencyService interface.
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public interface ILayoutDependencyService
Methods
GetRootNode(Object)
GetRootNode.
Declaration
Node GetRootNode(object nativeObject)
Parameters
Type | Name | Description |
---|---|---|
System.Object | nativeObject | nativeObject. |
Returns
Type | Description |
---|---|
Node | Gets GetRootNode. |
UpdateLayout(Object)
UpdateLayout.
Declaration
void UpdateLayout(object nativeObject)
Parameters
Type | Name | Description |
---|---|---|
System.Object | nativeObject | nativeObject. |
UpdateLeftOrTop(Object)
UpdateLeftOrTop.
Declaration
void UpdateLeftOrTop(object nativeObject)
Parameters
Type | Name | Description |
---|---|---|
System.Object | nativeObject | nativeObject. |
UpdateRightOrBottom(Object)
UpdateRightOrBottom.
Declaration
void UpdateRightOrBottom(object nativeObject)
Parameters
Type | Name | Description |
---|---|---|
System.Object | nativeObject | nativeObject. |