[]
        
(Showing Draft Content)

C1.WinUI.Core.C1SVGIcon

C1SVGIcon Class

Represents an icon created from an svg file.

Inheritance
C1SVGIcon
Implements
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public class C1SVGIcon : C1Icon, IDisposable, ICloneable

Constructors

Name Description
C1SVGIcon()

Initializes a new instance of the C1SVGIcon class.

Fields

Name Description
SourceProperty

Identifies the Source dependency property.

Properties

Name Description
Source

Gets or sets the image source.

ViewBox

Gets the viewBox of the svg file.

Methods

Name Description
ArrangeOverride(Size)
Clone()

Creates a copy of the icon.

CloneOverride()

When overridden, it creates a copy of the icon.

Dispose(bool)
OnApplyTemplate()