Icons.Error Property

KGy SOFT Drawing Libraries

IconsError Property KGy SOFT Drawing Libraries Help
Error (small version for the summary) Gets the Error icon displaying a white "X" in a red circle (Sizes: 256x256, 48x48, 32x32, 24x24, 16x16)

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 4.6.1
Syntax

public static Icon Error { get; }
Public Shared ReadOnly Property Error As Icon
	Get
public:
static property Icon^ Error {
	Icon^ get ();
}
static member Error : Icon with get

Property Value

Type: Icon
Remarks

The icon contains the following images:
Error 256x256Error 48x48Error 32x32Error 24x24Error 16x16

See Also

Reference