'Declaration
Public Enum TextSelector Inherits System.Enum
public enum TextSelector : System.Enum
'Declaration
Public Enum TextSelector Inherits System.Enum
public enum TextSelector : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.Tile.TextSelector