Skip to main content

TileSize Enum

Lists values that specify a tile's size.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll

#Declaration

public enum TileSize

#Members

Name Description
ExtraSmall
Small

Corresponds to a small tile.

Large

Corresponds to a large tile.

ExtraLarge

#Passed To

You can pass TileSize values to the Tile.Size property.

#Remarks

The values listed by this enumeration are used to set the Tile.Size property's value.

Tile-size

See Also