[]
        
(Showing Draft Content)

C1.WPF.C1IconTemplate

C1IconTemplate Class

This factory allows creating C1Icon.

Inheritance
C1IconTemplate
Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class C1IconTemplate

Constructors

Name Description
C1IconTemplate()

Initializes a new instance of the C1IconTemplate class.

C1IconTemplate(Func<C1Icon>)

Initializes a new instance of the C1IconTemplate class.

Properties

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.

Methods

Name Description
CreateIcon()

Creates a new icon.