Gets or sets the foreground color palette.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public ReadOnlyCollection<NamedColor> ForegroundPalette { get; set; }
Visual Basic (Declaration)
Public Property ForegroundPalette As ReadOnlyCollection(Of NamedColor)

See Also