Interface ISplitLeafWidget
Represents a LEAF Widget that can SPLIT self.
Inherited Members
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface ISplitLeafWidget : ILeafWidget, IWidget
Methods
SplitByOffset(CustomGraphics, SizeF)
Split self to two widgets that can also splitted
Declaration
ISplitLeafWidget[] SplitByOffset(CustomGraphics graphics, SizeF offset)
Parameters
Type | Name | Description |
---|---|---|
CustomGraphics | graphics | |
System.Drawing.SizeF | offset | Position from left side of widget where we slice it. |
Returns
Type |
---|
ISplitLeafWidget[] |