[]
        
(Showing Draft Content)

C1.Framework.PathIconElement

PathIconElement Class

Represent an icon created from a path string.

Inheritance
PathIconElement
Implements
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class PathIconElement : VectorIconElement, ISupportUia
Public Class PathIconElement
    Inherits VectorIconElement
    Implements ISupportUia

Constructors

Name Description
PathIconElement()

Initializes a new instance of the PathIconElement class.

PathIconElement(C1PathIcon)

Initializes a new instance of the PathIconElement class.

PathIconElement(C1PathIcon, Style)

Initializes a new instance of the PathIconElement class.

PathIconElement(string)

Initializes a new instance of the PathIconElement class.

Properties

Name Description
Data

Gets or sets the svg string describing the shape.

Methods

Name Description
CreatePath()

When overridden in a derived class, creates the graphics path for the icon.

OnIconChanged(C1Icon, PropertyChangedEventArgs)

Updates element properties on icon property changes.