Class ColorResourceBase
public abstract class ColorResourceBase : IColorResource, IResourceable
- Inheritance
-
ColorResourceBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ColorResourceBase()
public ColorResourceBase()
Properties
Description
public string Description { get; set; }
Property Value
GroupName
public string GroupName { get; }
Property Value
IsDark
public bool IsDark { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Order
public int Order { get; set; }
Property Value
Prompt
public string Prompt { get; set; }
Property Value
Resource
public abstract ResourceDictionary Resource { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.