Back to Devexpress

SvgImageHelper Methods

wpf-devexpress-dot-xpf-dot-core-dot-svgimagehelper-dot-underscore-methods.md

latest7.8 KB
Original Source

SvgImageHelper Methods

A helper that allows you to create SVG Images.

NameDescription
CreateImage(Stream) staticCreates an SVG image.
CreateImage(Uri) staticCreates an SVG image.
CreateStream(Uri) staticCreates a stream that represents an SVG image.
Equals(Object, Object) staticDetermines 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) staticGets the value of the SvgImageHelper.AutoSize attached property.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetHeight(DependencyObject) staticGets the value of the SvgImageHelper.Height attached property.
GetOrCreate(Uri, Func<Uri, SvgImage>) staticFor internal use.
GetOrCreateSvgImage(Stream, ref Object) staticFor internal use.
GetOutputSize(DependencyObject) staticFor internal use.
GetState(DependencyObject) staticGets the value of the SvgImageHelper.State attached property.
GetSvgImage(DependencyObject) staticGets the value of the SvgImageHelper.SvgImage attached property.
GetTarget(DependencyObject) staticGets the value of the SvgImageHelper.Target attached property.
GetTreeWalker(DependencyObject) staticGets the value of the SvgImageHelper.TreeWalker attached property.
GetType()Gets the Type of the current instance. Inherited from Object.
GetUsePalette(DependencyObject) staticFor internal use.
GetWidth(DependencyObject) staticGets the value of the SvgImageHelper.Width attached property.
GetWpfSvgPalette(DependencyObject) staticFor internal use.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SetAutoSize(DependencyObject, Boolean) staticSets the value of the SvgImageHelper.AutoSize attached property.
SetHeight(DependencyObject, Double) staticSets the value of the SvgImageHelper.Height attached property.
SetOutputSize(DependencyObject, Size) staticFor internal use.
SetState(DependencyObject, String) staticSets the value of the SvgImageHelper.State attached property.
SetSvgImage(DependencyObject, SvgImage) staticSets the value of the SvgImageHelper.SvgImage attached property.
SetTarget(DependencyObject, DependencyObject) staticSets the value of the SvgImageHelper.Target attached property.
SetTreeWalker(DependencyObject, ThemeTreeWalker) staticSets the value of the SvgImageHelper.TreeWalker attached property.
SetUsePalette(DependencyObject, Boolean) staticFor internal use.
SetWidth(DependencyObject, Double) staticSets the value of the SvgImageHelper.Width attached property.
SetWpfSvgPalette(DependencyObject, WpfSvgPalette) staticFor internal use.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

SvgImageHelper Class

SvgImageHelper Members

DevExpress.Xpf.Core Namespace