Search Results for

    Show / Hide Table of Contents

    Class KnownColor

    Known Color Helper for Maui

    Inheritance
    object
    KnownColor
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.UI.Maui
    Assembly: Mapsui.UI.Maui.dll
    Syntax
    public static class KnownColor

    Properties

    | Edit this page View Source

    Black

    Declaration
    public static Color Black { get; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    DarkGray

    Declaration
    public static Color DarkGray { get; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    Red

    Declaration
    public static Color Red { get; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    White

    Declaration
    public static Color White { get; }
    Property Value
    Type Description
    Color
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX