'Declaration
Public Function ToKnownColor() As KnownColor
'Usage
Dim instance As Color Dim value As KnownColor value = instance.ToKnownColor()
public KnownColor ToKnownColor()
Return Value
An element of the GrapeCity.Core.KnownColor enumeration, if the Color is created from a predefined color by using the FromKnownColor method; otherwise, 0.