Skip to main content
All docs
V26.1
  • SvgImageHelper.SetWidth(DependencyObject, Double) Method

    Sets the value of the SvgImageHelper.Width attached property.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v26.1.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