A color picker page containing a CustomColorPicker()()()().

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

Syntax

C#
public class CustomColorPickerPage : ColorPickerPageBase
Visual Basic
Public Class CustomColorPickerPage _
	Inherits ColorPickerPageBase
Visual C++
public ref class CustomColorPickerPage : public ColorPickerPageBase

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..UserControl
            System.Windows.Controls..::..Page
              PhoneApplicationPage
                Mindscape.PhoneElements..::..ColorPickerPageBase
                  Mindscape.PhoneElements..::..CustomColorPickerPage

See Also