Class LCLineContainer
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 LCLineContainer : LCContainer
Constructors
LCLineContainer(IWidgetContainer, ILCOperator)
Declaration
public LCLineContainer(IWidgetContainer container, ILCOperator lcOperator)
Parameters
Type | Name | Description |
---|---|---|
IWidgetContainer | container | |
ILCOperator | lcOperator |
Methods
ChangeChildsAlignment()
Declaration
protected override void ChangeChildsAlignment()
Overrides
CommitForFitted(LayoutContext)
Declaration
protected override void CommitForFitted(LayoutContext childContext)
Parameters
Type | Name | Description |
---|---|---|
LayoutContext | childContext |
Overrides
CommitForNotFitted(LayoutContext)
Declaration
protected override void CommitForNotFitted(LayoutContext childContext)
Parameters
Type | Name | Description |
---|---|---|
LayoutContext | childContext |
Overrides
CommitForSplitted(LayoutContext)
Declaration
protected override void CommitForSplitted(LayoutContext childContext)
Parameters
Type | Name | Description |
---|---|---|
LayoutContext | childContext |
Overrides
CreateNextChildContext()
Declaration
protected override LayoutContext CreateNextChildContext()
Returns
Type |
---|
LayoutContext |
Overrides
DoLayoutAfter()
Declaration
protected override void DoLayoutAfter()
Overrides
DoLayoutChild(LayoutContext)
Layouted current child
Declaration
protected override void DoLayoutChild(LayoutContext childContext)
Parameters
Type | Name | Description |
---|---|---|
LayoutContext | childContext |
Overrides
UpdateClientArea()
Declaration
protected override void UpdateClientArea()