Interface ILCOperator
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface ILCOperator
Properties
CustomGraphics
Gets or sets the custom graphics.
Declaration
CustomGraphics CustomGraphics { get; }
Property Value
| Type | Description |
|---|---|
| CustomGraphics | The custom graphics. |
Methods
SendLeafLayoutAfter(LayoutedWidget)
Sends the event that current leaf widget layouted complete.
Declaration
void SendLeafLayoutAfter(LayoutedWidget ltWidget)
Parameters
| Type | Name | Description |
|---|---|---|
| LayoutedWidget | ltWidget | The widget. |