Back to Devexpress

SvgImageHelper Members

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

latest10.7 KB
Original Source

SvgImageHelper Members

A helper that allows you to create SVG Images.

Constructors

NameDescription
SvgImageHelper()Initializes a new instance of the SvgImageHelper class.

Fields

NameDescription
AutoSizeProperty staticIdentifies the SvgImageHelper.AutoSize dependency property.
HeightProperty staticIdentifies the SvgImageHelper.Height dependency property.
OutputSizeProperty staticIdentifies the OutputSize dependency property.
StateProperty staticIdentifies the SvgImageHelper.State dependency property.
SvgImageProperty staticIdentifies the SvgImageHelper.SvgImage dependency property.
TargetProperty staticIdentifies the SvgImageHelper.Target dependency property.
TreeWalkerProperty staticIdentifies the SvgImageHelper.TreeWalker dependency property.
UsePaletteProperty static
WidthProperty staticIdentifies the SvgImageHelper.Width dependency property.
WpfSvgPaletteProperty static

Methods

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.

Attached Properties

NameDescription
AutoSize staticFor internal use.
Height staticFor internal use.
OutputSize staticFor internal use.
State staticGets or sets the current theme name.
SvgImage staticFor internal use.
Target staticFor internal use.
TreeWalker staticFor internal use.
UsePalette staticFor internal use.
Width staticFor internal use.
WpfSvgPalette staticFor internal use.

See Also

SvgImageHelper Class

DevExpress.Xpf.Core Namespace