Skip to main content
All docs
V23.2

SvgBitmap.Scale Property

Gets or sets the scale factor.

Namespace: DevExpress.Utils.Svg

Assembly: DevExpress.Drawing.v23.2.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