[]
Represents an icon created from a vector definition.
public abstract class C1VectorIcon : C1Icon, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject, ICloneable
Public MustInherit Class C1VectorIcon
Inherits C1Icon
Implements IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject, ICloneable
| Name | Description |
|---|---|
| C1VectorIcon() | Initializes a new instance of the C1VectorIcon class. |
| Name | Description |
|---|---|
| ViewBoxProperty | Identifies the ViewBox dependency property. |
| Name | Description |
|---|---|
| ActualData | |
| ViewBox | Gets or sets the rectangle (in the path coordinates) which will determine what part will be drawn. |
| Name | Description |
|---|---|
| BuildRenderTree(RenderTreeBuilder) | |
| Dispose(bool) | |
| OnAfterRender(bool) | |
| OnAfterRenderAsync(bool) | |
| UpdateGeometry() | This will recreate the geometry and update the path. |