API Reference
Class
ChartTileMapRegion
Describes one region in a tile-map definition.
Inheritance
- Object
- ChartTileMapRegion
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Constructor ChartTileMapDefinition.ChartTileMapDefinition
Constructors
ChartTileMapRegion(System.String code, System.String name, System.Int32 column, System.Int32 row, System.Collections.Generic.IEnumerable{System.String} aliases) #Initializes a new instance of the ChartTileMapRegion struct.
Parameters
- code System.String
- The canonical region code.
- name System.String
- The display name for the region.
- column System.Int32
- The tile column.
- row System.Int32
- The tile row.
- aliases System.Collections.Generic.IEnumerable{System.String}
- Optional alternate codes or names.
Properties
Aliases #Gets alternate codes or names that should resolve to this region.