Gets or sets the ColorPicker that opened the page.

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

Syntax

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

See Also