TileSize Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represent the all tile sizes that are available.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum TileSize
[<System.Flags>]
type TileSize =
Public Enum TileSize
- Inheritance
-
TileSize
- Attributes
Fields
Name | Value | Description |
---|---|---|
Small | 1 | Small Square Tile |
Medium | 2 | Medium Square Tile |
Wide | 4 | Wide Rectangle Tile |
Large | 8 | Large Square Tile |