Gets or sets the name of the selected Color. 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 string SelectedColorName { get; set; }
Visual Basic
Public Property SelectedColorName As String
	Get
	Set
Visual C++
public:
property String^ SelectedColorName {
	String^ get ();
	void set (String^ value);
}

See Also