[]
        
(Showing Draft Content)

C1.Framework.C1PathIcon

C1PathIcon Class

Represents an icon created from a path string.

Inheritance
C1PathIcon
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class C1PathIcon : C1VectorIcon, INotifyPropertyChanged, ICloneable

Constructors

Name Description
C1PathIcon()

Initializes a new instance of the C1PathIcon class.

C1PathIcon(string)

Initializes a new instance of the C1PathIcon class.

C1PathIcon(string, Size, Color, string)

Initializes a new instance of the C1PathIcon class with specified key, size and color.

C1PathIcon(string, Size, Color, string, Color)

Initializes a new instance of the C1PathIcon class with specified key, size and color.

Properties

Name Description
Data

Gets or sets the svg string describing the shape.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

Equals(object)

Indicates whether the specified object is a C1PathIcon and has the same property values as this icon object.

GetHashCode()
ReadXml(XmlNode)

Reads this C1Icon from an XmlReader.

WriteXml(XmlWriter)

Writes this C1Icon into an XmlWriter.