Skip to main content
A newer version of this page is available. .

ItemSizeMode Enum

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

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v19.1.dll

Declaration

public enum ItemSizeMode

Members

Name Description
Auto

Items scale according to their original size.

Stretch

Items stretch to fit the actual container size.

Related API Members

The following properties accept/return ItemSizeMode values:

Remarks

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

See Also