SvgImageHelper.GetSvgImage(DependencyObject) Method
In This Article
Gets the value of the SvgImageHelper.SvgImage attached property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static SvgImage GetSvgImage(
DependencyObject obj
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
A dependency property identifier. |
#Returns
Type | Description |
---|---|
Svg |
A dependency property identifier. |
See Also