[]
        
(Showing Draft Content)

C1.Framework.PolygonIconElement

PolygonIconElement Class

Represents an icon created from a vectorial definition.

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

Constructors

Name Description
PolygonIconElement()

Initializes a new instance of the PolygonIconElement class.

PolygonIconElement(C1PolygonIcon)

Initializes a new instance of the PolygonIconElement class.

PolygonIconElement(C1PolygonIcon, Style)

Initializes a new instance of the PolygonIconElement class.

PolygonIconElement(string)

Initializes a new instance of the PolygonIconElement class.

Properties

Name Description
IsClosed

Gets whether the last point will connect with the first one.

Points

Gets the points that describe 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.