[]
Defines which property of a Tile object should be bound to an integer value within a template element.
public enum IntValueSelector
Name | Description |
---|---|
Default | Binds to an integer value that is stored in the IntValue property. |
IntValue1 | Binds to an integer value that is stored in the IntValue1 property. |
IntValue2 | Binds to an integer value that is stored in the IntValue2 property. |
IntValue3 | Binds to an integer value that is stored in the IntValue3 property. |
IntValue4 | Binds to an integer value that is stored in the IntValue4 property. |
IntValue5 | Binds to an integer value that is stored in the IntValue5 property. |
Unbound | Uses the template's own value. |