Interface ILeafWidget
Represent a widget that can MEASURE self.
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface ILeafWidget : IWidget
Methods
Measure(CustomGraphics)
Measures self size.
Declaration
SizeF Measure(CustomGraphics graphics)
Parameters
| Type | Name | Description |
|---|---|---|
| CustomGraphics | graphics |
Returns
| Type |
|---|
| System.Drawing.SizeF |