WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISplitLeafWidget - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISplitLeafWidget

    Represents a LEAF Widget that can SPLIT self.

    Inherited Members
    ILeafWidget.Measure(CustomGraphics)
    IWidget.Draw(CustomGraphics, LayoutedWidget)
    IWidget.LayoutInfo
    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 Description
    ISplitLeafWidget[]
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved