[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Core.C1IconTemplate

C1IconTemplate Class

This factory allows creating C1Icon.

Inheritance
C1IconTemplate
Namespace: C1.Xamarin.Forms.Core
Assembly: C1.Xamarin.Forms.Core.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.

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.

Methods

Name Description
CreateIcon()

Creates a new icon.