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