[]
Represents an icon created from a vectorial definition.
public abstract class C1VectorIcon : C1Icon, INotifyPropertyChanged, ICloneable
Name | Description |
---|---|
C1VectorIcon() | Initializes a new instance of the C1VectorIcon class. |
C1VectorIcon(string) | Initializes a new instance of the C1VectorIcon class. |
C1VectorIcon(string, Size, Color) | Initializes a new instance of the C1VectorIcon class with specified key, size and color. |
C1VectorIcon(string, Size, Color, Color) | Initializes a new instance of the C1VectorIcon class with specified key, size and color. |
Name | Description |
---|---|
AllowSmoothing | Determines whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas. |
IsFreeScale | Gets a value indicating whether this C1Icon can free scale or not. |
Stroke | Gets or sets the color used to paint the icon stroke. The default value is Transparent. |
StrokeThickness | Gets or sets the stroke thickness. |
ViewBox | Gets or sets the rectangle which determines panning and zooming of content inside the parent container. |