Table of Contents

Class FgBgColors

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Can be used for hex representation or for bg- and fg- colors in Metro UI CSS framework.

public class FgBgColors
Inheritance
FgBgColors
Inherited Members
Extension Methods

Properties

Background

Gets or sets the background color.

public string Background { get; set; }

Property Value

string

Foreground

Gets or sets the foreground color.

public string Foreground { get; set; }

Property Value

string