'Declaration
Public Enum IntValueSelector Inherits System.Enum
public enum IntValueSelector : System.Enum
'Declaration
Public Enum IntValueSelector Inherits System.Enum
public enum IntValueSelector : System.Enum
Member | Description |
---|---|
Default | Binds to an integer value that is stored in the Tile.IntValue property. |
IntValue1 | Binds to an integer value that is stored in the Tile.IntValue1 property. |
IntValue2 | Binds to an integer value that is stored in the Tile.IntValue2 property. |
IntValue3 | Binds to an integer value that is stored in the Tile.IntValue3 property. |
IntValue4 | Binds to an integer value that is stored in the Tile.IntValue4 property. |
IntValue5 | Binds to an integer value that is stored in the Tile.IntValue5 property. |
Unbound | Uses the template's own value. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Tile.IntValueSelector