A base class for a PhoneApplicationPage that can be opened by a ColorPicker.

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

Syntax

C#
public abstract class ColorPickerPageBase : PhoneApplicationPage, 
	IColorPickerPage
Visual Basic
Public MustInherit Class ColorPickerPageBase _
	Inherits PhoneApplicationPage _
	Implements IColorPickerPage
Visual C++
public ref class ColorPickerPageBase abstract : public PhoneApplicationPage, 
	IColorPickerPage

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..::..ColorPickerPage
                  Mindscape.PhoneElements..::..CustomColorPickerPage
                  Mindscape.PhoneElements..::..PaletteColorPickerPage

See Also