Skip to main content
All docs
V24.1

DXImageFormat.Wmf Property

Gets the Windows metafile (WMF) image format. Currently not supported.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.1.dll

NuGet Package: DevExpress.Drawing

Declaration

public static DXImageFormat Wmf { get; }

Property Value

Type Description
DXImageFormat

An object that indicates the Windows metafile image format.

See Also