namespace WPFluent.Controls;
///
/// Colors for UI labels and static text
///
public enum TextColor
{
///
/// Rest or Hover
///
Primary,
///
/// Rest or Hover
///
Secondary,
///
/// Pressed only (not accessible)
///
Tertiary,
///
/// Disabled only (not accessible)
///
Disabled,
}