[]
        
(Showing Draft Content)

C1.WPF.C1VectorIcon

C1VectorIcon Class

Represents an icon created from a vectorial definition.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public abstract class C1VectorIcon : C1Icon, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
C1VectorIcon()

Initializes a new instance of the C1VectorIcon class.

Fields

Name Description
StrokeBrushProperty
StrokeThicknessProperty
ViewBoxProperty

Properties

Name Description
StrokeBrush

Gets or sets the color of the stroke.

StrokeThickness

The stroke thickness

ViewBox

Gets or sets the rectangle (in the path coordinates) which will determine what part will be drawn.

Methods

Name Description
CreateGeometry()

This method is called to create the geometry of the shape.

FinalizeUI()

Finalizes the user interface.

InitializeUI()

Initializes the UI.

UpdateGeometry()

This will recreate the goemetry and update the path.

Extension Methods