[]
Defines which property of a Tile object should be bound to the foreground color of a template element.
public enum ForeColorSelector
Name | Description |
---|---|
Default | Binds to the default foreground color of a Tile. |
ForeColor1 | Binds to the first additional foreground color of a Tile. |
ForeColor2 | Binds to the second additional foreground color of a Tile. |
ForeColor3 | Binds to the third additional foreground color of a Tile. |
ForeColor4 | Binds to the fourth additional foreground color of a Tile. |
ForeColor5 | Binds to the fifth additional foreground color of a Tile. |
Unbound | Shows the foreground color that is defined in the template. |