Skip to main content
All docs
V25.1
  • SvgBitmap.Scale Property

    Gets or sets the scale factor.

    Namespace: DevExpress.Utils.Svg

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public double Scale { get; set; }

    Property Value

    Type Description
    Double

    The scale factor. 1 to draw an image as is.

    Remarks

    The icon is rendered according to the current system DPI setting if you do not specify the scale factor.

    See Also