Gets or sets a NamedColor containing the selected color and its name. This is a dependency property.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public NamedColor SelectedNamedColor { get; set; }
Visual Basic
Public Property SelectedNamedColor As NamedColor
	Get
	Set
Visual C++
public:
property NamedColor^ SelectedNamedColor {
	NamedColor^ get ();
	void set (NamedColor^ value);
}

See Also