Table of Contents

Class ColorResourceBase

Namespace
H.Themes.Colors
Assembly
H.Theme.dll
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

string

GroupName

public string GroupName { get; }

Property Value

string

IsDark

public bool IsDark { get; set; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

Order

public int Order { get; set; }

Property Value

int

Prompt

public string Prompt { get; set; }

Property Value

string

Resource

public abstract ResourceDictionary Resource { get; }

Property Value

ResourceDictionary

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.