[]
        
(Showing Draft Content)

C1.Blazor.Core.C1VectorIcon

C1VectorIcon Class

Represents an icon created from a vector definition.

Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public abstract class C1VectorIcon : C1Icon, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject, ICloneable

Constructors

Name Description
C1VectorIcon()

Initializes a new instance of the C1VectorIcon class.

Fields

Name Description
ViewBoxProperty

Identifies the ViewBox dependency property.

Properties

Name Description
ActualData
ViewBox

Gets or sets the rectangle (in the path coordinates) which will determine what part will be drawn.

Methods

Name Description
BuildRenderTree(RenderTreeBuilder)
Dispose(bool)
OnAfterRender(bool)
OnAfterRenderAsync(bool)
UpdateGeometry()

This will recreate the geometry and update the path.