SvgBitmap.Scale Property
Gets or sets the scale factor.
Namespace: DevExpress.Utils.Svg
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
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