Class LayoutInfo
Summary description for LayoutInfo.
Inherited Members
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class LayoutInfo : ILayoutInfo, ILayoutSpacingsInfo
Constructors
LayoutInfo()
Declaration
public LayoutInfo()
LayoutInfo(ChildrenLayoutDirection)
Declaration
public LayoutInfo(ChildrenLayoutDirection childLayoutDirection)
Parameters
Type | Name | Description |
---|---|---|
ChildrenLayoutDirection | childLayoutDirection |
Fields
m_bIsLineContainer
Declaration
protected bool m_bIsLineContainer
Field Value
Type |
---|
System.Boolean |
m_bPageBreakItem
Declaration
protected bool m_bPageBreakItem
Field Value
Type |
---|
System.Boolean |
m_textWrap
Declaration
protected bool m_textWrap
Field Value
Type |
---|
System.Boolean |
Properties
ChildrenLayoutDirection
Gets the children layout direction.
Declaration
public ChildrenLayoutDirection ChildrenLayoutDirection { get; }
Property Value
Type | Description |
---|---|
ChildrenLayoutDirection | The children layout direction. |
IsClippedHorizontal
Gets or sets a value indicating whether this instance is clipped horizontal.
Declaration
public bool IsClippedHorizontal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsClippedVertical
Gets or sets a value indicating whether this instance is clipped.
Declaration
public bool IsClippedVertical { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsLineBreak
Gets or sets a value indicating whether this instance is line break.
Declaration
public bool IsLineBreak { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsLineContainer
Gets a value indicating whether this instance is line container.
Declaration
public bool IsLineContainer { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsPageBreakItem
Declaration
public bool IsPageBreakItem { get; set; }
Property Value
Type |
---|
System.Boolean |
IsSkip
Gets a value indicating whether this instance is skip.
Declaration
public bool IsSkip { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsSkipBottomAlign
Gets or sets a value indicating whether this instance is skip bottom align.
Declaration
public bool IsSkipBottomAlign { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Margins
Gets the margins.
Declaration
public Spacings Margins { get; }
Property Value
Type | Description |
---|---|
Spacings | The margins. |
Paddings
Gets the paddings.
Declaration
public Spacings Paddings { get; }
Property Value
Type | Description |
---|---|
Spacings | The paddings. |
TextWrap
Gets or sets a value indicating whether [text wrap].
Declaration
public bool TextWrap { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|