Interface ILayoutInfo
Summary description for ILayoutInfo.
Namespace: Syncfusion.Layouting
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface ILayoutInfo : ILayoutSpacingsInfo
Properties
ChildrenLayoutDirection
Gets the children layout direction.
Declaration
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
bool IsClippedHorizontal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsClippedVertical
Gets or sets a value indicating whether this instance is clipped.
Declaration
bool IsClippedVertical { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsLineBreak
Gets or sets a value indicating whether this instance is line break.
Declaration
bool IsLineBreak { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsLineContainer
Gets a value indicating whether this instance is line container.
Declaration
bool IsLineContainer { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsPageBreakItem
Declaration
bool IsPageBreakItem { get; set; }
Property Value
Type |
---|
System.Boolean |
IsSkip
Gets a value indicating whether this instance is skip.
Declaration
bool IsSkip { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsSkipBottomAlign
Gets or sets a value indicating whether this instance is skip bottom align.
Declaration
bool IsSkipBottomAlign { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
TextWrap
Gets or sets a value indicating whether [text wrap].
Declaration
bool TextWrap { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|