Interface IWidget
Represents a base Widget interface
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface IWidget
Properties
LayoutInfo
Gets layout info.
Declaration
ILayoutInfo LayoutInfo { get; }
Property Value
Type |
---|
ILayoutInfo |
Methods
Draw(CustomGraphics, LayoutedWidget)
Draws widget to custom graphics.
Declaration
void Draw(CustomGraphics g, LayoutedWidget ltWidget)
Parameters
Type | Name | Description |
---|---|---|
CustomGraphics | g | |
LayoutedWidget | ltWidget |