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