A color picker page containing a PaletteColorPicker.

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

Syntax

C#
public class PaletteColorPickerPage : ColorPickerPageBase
Visual Basic
Public Class PaletteColorPickerPage _
	Inherits ColorPickerPageBase
Visual C++
public ref class PaletteColorPickerPage : 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..::..PaletteColorPickerPage

See Also