[]
This factory allows creating C1Icon.
public class C1IconTemplate : DataTemplate
| Name | Description |
|---|---|
| C1IconTemplate(Func<C1Icon>) | Initializes a new instance of the C1IconTemplate class. |
| Name | Description |
|---|---|
| AlertCircle | Gets an icon representing an alert. |
| 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. |
| Close | Gets an icon representing a close icon. |
| Copy | Gets an icon representing a copy operation. |
| Cut | Gets an icon representing a cut operation. |
| Delete | Gets an icon representing a delete operation. |
| Edit | Gets an icon representing an arrow pointing up. |
| Function | Gets an icon representing a function. |
| Funnel | Gets an icon representing a funnel. |
| Gear | Gets an icon representing a gear. |
| Paste | Gets an icon representing a paste operation. |
| SelectAll | Gets an icon representing a select-all operation. |
| ThreeDotsHorizontal | Gets an icon representing three horizontal dots. |
| ThreeDotsVertical | Gets an icon representing three vertical dots. |
| TriangleDown | Gets an icon representing a triangle with one of the vertices pointing downwards. |
| TriangleEast | Gets an icon representing a triangle with one of the vertices pointing east. |
| TriangleLeft | Gets an icon representing a triangle with one of the vertices pointing to the left. |
| TriangleLeftDown | Gets an icon representing a triangle with one of the vertices pointing to the left down. |
| TriangleLeftUp | Gets an icon representing a triangle with one of the vertices pointing to the left up. |
| 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. |
| TriangleNorthWest | Gets an icon representing a triangle with one of the vertices pointing north west. |
| TriangleRight | Gets an icon representing a triangle with one of the vertices pointing to the right. |
| TriangleRightDown | Gets an icon representing a triangle with one of the vertices pointing to the right down. |
| TriangleRightUp | Gets an icon representing a triangle with one of the vertices pointing to the right up. |
| 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. |
| TriangleSouthWest | Gets an icon representing a triangle with one of the vertices pointing south west. |
| TriangleUp | Gets an icon representing a triangle with one of the vertices pointing upwards. |
| TriangleWest | Gets an icon representing a triangle with one of the vertices pointing west. |
| Undo | Gets an icon representing an undo operation. |
| Name | Description |
|---|---|
| CreateIcon() | Creates a new icon. |