[]
        
(Showing Draft Content)

C1.WinUI.Core.C1PathIcon

C1PathIcon Class

Represent an icon created from a path string.

Inheritance
C1PathIcon
Implements
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public class C1PathIcon : C1VectorIcon, IDisposable, ICloneable

Constructors

Name Description
C1PathIcon()

Initializes a new instance of the C1PathIcon class.

Fields

Name Description
DataProperty

Identifies the Data dependency property.

Properties

Name Description
Data

Gets or sets the svg string describing the shape.

Methods

Name Description
Clone()

Creates a copy of the icon.

CloneOverride()

When overridden, it creates a copy of the icon.

CreateGeometry()

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

Dispose(bool)
OnApplyTemplate()