wpf-devexpress-dot-xpf-dot-core-dot-svgimagehelper-dot-underscore-members.md
A helper that allows you to create SVG Images.
| Name | Description |
|---|---|
| SvgImageHelper() | Initializes a new instance of the SvgImageHelper class. |
| 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. |
| UsePaletteProperty static | |
| WidthProperty static | Identifies the SvgImageHelper.Width dependency property. |
| WpfSvgPaletteProperty static |
| 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 | For internal use. |
| 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. |
| GetUsePalette(DependencyObject) static | For internal use. |
| GetWidth(DependencyObject) static | Gets the value of the SvgImageHelper.Width attached property. |
| GetWpfSvgPalette(DependencyObject) static | For internal use. |
| 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 | For internal use. |
| 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. |
| SetUsePalette(DependencyObject, Boolean) static | For internal use. |
| SetWidth(DependencyObject, Double) static | Sets the value of the SvgImageHelper.Width attached property. |
| SetWpfSvgPalette(DependencyObject, WpfSvgPalette) static | For internal use. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Name | Description |
|---|---|
| AutoSize static | For internal use. |
| Height static | For internal use. |
| OutputSize static | For internal use. |
| State static | Gets or sets the current theme name. |
| SvgImage static | For internal use. |
| Target static | For internal use. |
| TreeWalker static | For internal use. |
| UsePalette static | For internal use. |
| Width static | For internal use. |
| WpfSvgPalette static | For internal use. |
See Also