[]
This factory allows creating C1Icon.
public class C1IconTemplate
| Name | Description |
|---|---|
| C1IconTemplate() | Initializes a new instance of the C1IconTemplate class. |
| C1IconTemplate(Func<C1Icon>) | Initializes a new instance of the C1IconTemplate class. |
| Name | Description |
|---|---|
| ArrowDown | Gets an icon representing an arrow pointing up. |
| ArrowUp | Gets an icon representing an arrow pointing up. |
| Asterisk | Gets an icon representing an arrow pointing up. |
| ChevronDown | Gets an icon representing a chevron pointing down. |
| ChevronLeft | Gets an icon representing a chevron pointing to the left. |
| ChevronRight | Gets an icon representing a chevron pointing to the right. |
| ChevronUp | Gets an icon representing a chevron pointing up. |
| Edit | Gets an icon representing an arrow pointing up. |
| Star5 | Gets an icon representing a 5-pointed star. |
| Template | Gets or sets the template containing the icon. |
| TriangleEast | Gets an icon representing a triangle with one of the vertices pointing east. |
| TriangleNorth | Gets an icon representing a triangle with one of the vertices pointing up. |
| TriangleNorthEast | Gets an icon representing a triangle with one of the vertices pointing north east. |
| TriangleSouth | Gets an icon representing a triangle with one of the vertices pointing down. |
| TriangleSouthEast | Gets an icon representing a triangle with one of the vertices pointing south east. |
| TriangleWest | Gets an icon representing a triangle with one of the vertices pointing west. |
| Name | Description |
|---|---|
| CreateIcon() | Creates a new icon. |