Class StartPageColors
This class holds a list of Colors in order to be used for start page tiles
Inheritance
System.Object
StartPageColors
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.UI
Assembly: Simplic.Framework.dll
Syntax
public static class StartPageColors
Properties
| Improve this Doc View SourceColors
Gets a list of pre-defined colors
Declaration
public static IList<Color> Colors { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Windows.Media.Color> |