DXImageFormat.Wmf Property
In This Article
Gets the Windows metafile (WMF) image format. Currently not supported.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public static DXImageFormat Wmf { get; }
#Property Value
Type | Description |
---|---|
DXImage |
An object that indicates the Windows metafile image format. |
See Also