Skip to main content

TileBase.Size Property

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

public TileSize Size { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Layout.TileSize

A TileSize enumeration value that specifies the size of the 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