TileBase.Size Property
In This Article
Gets or sets the size of the Tile. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A Tile |
#Remarks
The Size property allows you to specify the size of the Tile. The TileSize enumeration provides the following values:
- Default — equivalent to the Medium value;
- Medium — specifies a tile of 150x150 pixels;
- Small — specifies a tile of 70x70 pixels;
- Large — specifies a tile of 310x310 pixels;
- Wide — specifies a tile of 310x150 pixels.
See Also