menu

WinForms

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

    Show / Hide Table of Contents

    Class Layouter

    Inheritance
    System.Object
    Layouter
    Implements
    ILCOperator
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Layouting
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class Layouter : ILCOperator

    Constructors

    Layouter()

    Declaration
    public Layouter()

    Properties

    CustomGraphics

    Declaration
    public CustomGraphics CustomGraphics { get; }
    Property Value
    Type
    CustomGraphics

    Methods

    Layout(IWidgetContainer, ILayoutProcessHandler, CustomGraphics)

    Layout specified widget container. Method use ILayoutProcessHandler for control layouting process

    Declaration
    public void Layout(IWidgetContainer widget, ILayoutProcessHandler handler, CustomGraphics cg)
    Parameters
    Type Name Description
    IWidgetContainer widget

    The widget.

    ILayoutProcessHandler handler

    The handler.

    CustomGraphics cg

    The custom graphics.

    ResetCounters()

    Declaration
    public static void ResetCounters()

    Events

    LeafLayoutAfter

    Declaration
    public event Layouter.LeafLayoutEventHandler LeafLayoutAfter
    Event Type
    Type
    Layouter.LeafLayoutEventHandler

    Explicit Interface Implementations

    ILCOperator.SendLeafLayoutAfter(LayoutedWidget)

    Declaration
    void ILCOperator.SendLeafLayoutAfter(LayoutedWidget ltWidget)
    Parameters
    Type Name Description
    LayoutedWidget ltWidget

    Implements

    ILCOperator
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved