Back to Devexpress

LayoutItemWrap Enum

maui-devexpress-dot-maui-dot-core-3dea66ca.md

latest1.2 KB
Original Source

LayoutItemWrap Enum

Lists wrap modes for layout items.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public enum LayoutItemWrap

Members

NameDescriptionImage
NoWrap

Items are not wrapped - they are positioned in a single line.

| | | Regular |

Items are wrapped - they are positioned in multiple lines if necessary.

|

| | Flex |

Items are wrapped and distributed evenly between layout rows and columns.

|

|

The following properties accept/return LayoutItemWrap values:

Extension Methods

Yield<LayoutItemWrap>()

YieldIfNotNull<LayoutItemWrap>()

See Also

DevExpress.Maui.Core Namespace