menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IWidget - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved