menu

WinForms

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

    Show / Hide Table of Contents

    Class LCLeaf

    Summary description for LCText.

    Inheritance
    System.Object
    LayoutContext
    LCLeaf
    Inherited Members
    LayoutContext.BoundsPaddingBottom
    LayoutContext.BoundsPaddingRight
    LayoutContext.Create(IWidget, ILCOperator)
    LayoutContext.CreateLayoutArea(RectangleF)
    LayoutContext.CreateLayoutedWidget(PointF)
    LayoutContext.CustomGraphics
    LayoutContext.IsEnsureSplitted()
    LayoutContext.IsVerticalNotFitted
    LayoutContext.LayoutArea
    LayoutContext.LayoutInfo
    LayoutContext.m_bIsVerticalNotFitted
    LayoutContext.m_bSkipAreaSpacing
    LayoutContext.m_layoutArea
    LayoutContext.m_lcOperator
    LayoutContext.m_ltState
    LayoutContext.m_ltWidget
    LayoutContext.m_sptWidget
    LayoutContext.m_widget
    LayoutContext.SplittedWidget
    LayoutContext.State
    LayoutContext.Widget
    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 LCLeaf : LayoutContext

    Constructors

    LCLeaf(ILeafWidget, ILCOperator)

    Declaration
    public LCLeaf(ILeafWidget strWidget, ILCOperator lcOperator)
    Parameters
    Type Name Description
    ILeafWidget strWidget
    ILCOperator lcOperator

    Properties

    LeafWidget

    Declaration
    protected ILeafWidget LeafWidget { get; }
    Property Value
    Type
    ILeafWidget

    Methods

    DoLayoutAfter()

    Declaration
    protected override void DoLayoutAfter()
    Overrides
    LayoutContext.DoLayoutAfter()

    Layout(RectangleF)

    Declaration
    public override LayoutedWidget Layout(RectangleF rect)
    Parameters
    Type Name Description
    System.Drawing.RectangleF rect
    Returns
    Type
    LayoutedWidget
    Overrides
    LayoutContext.Layout(RectangleF)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved