[]
        
(Showing Draft Content)

C1.Win.C1Tile.IntValueSelector

IntValueSelector Enum

Defines which property of a Tile object should be bound to an integer value within a template element.

Namespace: C1.Win.C1Tile
Assembly: C1.Win.C1TileControl.4.8.dll
Syntax
public enum IntValueSelector

Fields

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.