Skip to main content
A newer version of this page is available. .

SvgImageHelper.SetWidth(DependencyObject, Double) Method

Sets the value of the SvgImageHelper.Width attached property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetWidth(
    DependencyObject obj,
    double value
)

Parameters

Name Type Description
obj DependencyObject

A dependency property identifier.

value Double

A dependency property identifier.

See Also