Skip to main content
A newer version of this page is available. .

SvgImageHelper Members

A helper that allows you to create SVG Images.

Constructors

Name Description
SvgImageHelper() Initializes a new instance of the SvgImageHelper class.

Fields

Name Description
AutoSizeProperty static Identifies the SvgImageHelper.AutoSize dependency property.
HeightProperty static Identifies the SvgImageHelper.Height dependency property.
OutputSizeProperty static Identifies the OutputSize dependency property.
StateProperty static Identifies the SvgImageHelper.State dependency property.
SvgImageProperty static Identifies the SvgImageHelper.SvgImage dependency property.
TargetProperty static Identifies the SvgImageHelper.Target dependency property.
TreeWalkerProperty static Identifies the SvgImageHelper.TreeWalker dependency property.
WidthProperty static Identifies the SvgImageHelper.Width dependency property.
WpfSvgPaletteProperty static

Methods

Name Description
CreateImage(Stream) static Creates an SVG image.
CreateImage(Uri) static Creates an SVG image.
CreateStream(Uri) static Creates a stream that represents an SVG image.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetAutoSize(DependencyObject) static Gets the value of the SvgImageHelper.AutoSize attached property.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetHeight(DependencyObject) static Gets the value of the SvgImageHelper.Height attached property.
GetOrCreate(Uri, Func<Uri, SvgImage>) static For internal use.
GetOrCreateSvgImage(Stream, ref Object) static For internal use.
GetOutputSize(DependencyObject) static
GetState(DependencyObject) static Gets the value of the SvgImageHelper.State attached property.
GetSvgImage(DependencyObject) static Gets the value of the SvgImageHelper.SvgImage attached property.
GetTarget(DependencyObject) static Gets the value of the SvgImageHelper.Target attached property.
GetTreeWalker(DependencyObject) static Gets the value of the SvgImageHelper.TreeWalker attached property.
GetType() Gets the Type of the current instance. Inherited from Object.
GetWidth(DependencyObject) static Gets the value of the SvgImageHelper.Width attached property.
GetWpfSvgPalette(DependencyObject) static
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetAutoSize(DependencyObject, Boolean) static Sets the value of the SvgImageHelper.AutoSize attached property.
SetHeight(DependencyObject, Double) static Sets the value of the SvgImageHelper.Height attached property.
SetOutputSize(DependencyObject, Size) static
SetState(DependencyObject, String) static Sets the value of the SvgImageHelper.State attached property.
SetSvgImage(DependencyObject, SvgImage) static Sets the value of the SvgImageHelper.SvgImage attached property.
SetTarget(DependencyObject, DependencyObject) static Sets the value of the SvgImageHelper.Target attached property.
SetTreeWalker(DependencyObject, ThemeTreeWalker) static Sets the value of the SvgImageHelper.TreeWalker attached property.
SetWidth(DependencyObject, Double) static Sets the value of the SvgImageHelper.Width attached property.
SetWpfSvgPalette(DependencyObject, WpfSvgPalette) static
ToString() Returns a string that represents the current object. Inherited from Object.

Attached Properties

Name Description
AutoSize static For internal use.
Height static For internal use.
OutputSize static
State static Gets or sets the current theme name.
SvgImage static For internal use.
Target static For internal use.
TreeWalker static For internal use.
Width static For internal use.
WpfSvgPalette static
See Also