Back to Devexpress

TileSize Enum

wpf-devexpress-dot-xpf-dot-layoutcontrol-250ee13f.md

latest1.2 KB
Original Source

TileSize Enum

Lists values that specify a tile’s size.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public enum TileSize
vb
Public Enum TileSize

Members

NameDescription
ExtraSmall

A small square tile of 70x70 pixels.

| | Small |

A medium square tile of 150x150 pixels.

| | Large |

A wide tile of 310x150 pixels.

| | ExtraLarge |

An extra large square tile of 310x310 pixels.

|

The following properties accept/return TileSize values:

Remarks

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

See Also

DevExpress.Xpf.LayoutControl Namespace