IconInfoPalette Property
Gets the palette of the icon image, or , if it has no palette.
Namespace: KGySoft.DrawingAssembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 9.0.0
public Color[]? Palette { get; }
Public ReadOnly Property Palette As Color()
Get
public:
property array<Color>^ Palette {
array<Color>^ get ();
}
member Palette : Color[] with get
Property Value
Color