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