Back to Devexpress

ItemSizeMode Enum

wpf-devexpress-dot-xpf-dot-windowsui-15bda17e.md

latest1.2 KB
Original Source

ItemSizeMode Enum

Lists the values that specify how the FlipView sizes its child items.

Namespace : DevExpress.Xpf.WindowsUI

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public enum ItemSizeMode
vb
Public Enum ItemSizeMode

Members

NameDescription
Auto

Items scale according to their original size.

| | Stretch |

Items stretch to fit the actual container size.

|

The following properties accept/return ItemSizeMode values:

Remarks

The values listed by this enumeration are used to set the FlipView.ItemSizeMode property.

See Also

DevExpress.Xpf.WindowsUI Namespace