[]
        
(Showing Draft Content)

C1.Win.Tile.TextSelector

TextSelector Enum

Defines which property of a Tile object should be bound to the text of a template element.

Namespace: C1.Win.Tile
Assembly: C1.Win.TileControl.8.dll
Syntax
public enum TextSelector

Fields

Name Description
Default

Binds to the default text string of a Tile.

Text1

Binds to the first additional text string of a Tile.

Text2

Binds to the second additional text string of a Tile.

Text3

Binds to the third additional text string of a Tile.

Text4

Binds to the fourth additional text string of a Tile.

Text5

Binds to the fifth additional text string of a Tile.

Text6

Binds to the sixth additional text string of a Tile.

Text7

Binds to the seventh additional text string of a Tile.

Text8

Binds to the eighth additional text string of a Tile.

Text9

Binds to the ninth additional text string of a Tile.

Unbound

Shows the fixed text string defined in the template.