is_known_color property

is_known_color property

Specifies whether this color is one of the predefined .NET KnownColor colors (a named color or a system color). Read-only bool.

Definition:

@property
def is_known_color(self):
    ...

See Also