TileSize Enum
In This Article
Lists values that specify a tile's size.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Extra |
|
Small | Corresponds to a small tile. |
Large | Corresponds to a large tile. |
Extra |
#Remarks
The values listed by this enumeration are used to set the Tile.Size property's value.
See Also