Class Layouter
Inheritance
System.Object
Layouter
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class Layouter : ILCOperator
Constructors
Layouter()
Declaration
public Layouter()
Properties
CustomGraphics
Declaration
public CustomGraphics CustomGraphics { get; }
Property Value
| Type |
|---|
| CustomGraphics |
Methods
Layout(IWidgetContainer, ILayoutProcessHandler, CustomGraphics)
Layout specified widget container.
Declaration
public void Layout(IWidgetContainer widget, ILayoutProcessHandler handler, CustomGraphics cg)
Parameters
| Type | Name | Description |
|---|---|---|
| IWidgetContainer | widget | The widget. |
| ILayoutProcessHandler | handler | The handler. |
| CustomGraphics | cg | The custom graphics. |
ResetCounters()
Declaration
public static void ResetCounters()
Events
LeafLayoutAfter
Declaration
public event Layouter.LeafLayoutEventHandler LeafLayoutAfter
Event Type
| Type |
|---|
| Layouter.LeafLayoutEventHandler |
Explicit Interface Implementations
ILCOperator.SendLeafLayoutAfter(LayoutedWidget)
Declaration
void ILCOperator.SendLeafLayoutAfter(LayoutedWidget ltWidget)
Parameters
| Type | Name | Description |
|---|---|---|
| LayoutedWidget | ltWidget |