DXImageFormat.Svg Property
In This Article
Gets the Scalable Vector Graphics (SVG) image format.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public static DXImageFormat Svg { get; }
#Property Value
Type | Description |
---|---|
DXImage |
An object that indicates the SVG image format. |
See Also