ColorPickerSlider ColorPickerSlider ColorPickerSlider ColorPickerSlider Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Represents a slider in a ColorPicker control.

public : class ColorPickerSlider : Slider, IColorPickerSliderpublic class ColorPickerSlider : Slider, IColorPickerSliderPublic Class ColorPickerSlider Inherits Slider Implements IColorPickerSlider// You can use this class in JavaScript.
Inheritance
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Inherited Members

Inherited properties

Inherited events

Inherited methods

Constructors

ColorPickerSlider() ColorPickerSlider() ColorPickerSlider() ColorPickerSlider()

Prerelease. Initializes a new instance of the ColorPickerSlider class.

public : ColorPickerSlider()public ColorPickerSlider()Public Sub New()// You can use this method in JavaScript.

Properties

ColorChannel ColorChannel ColorChannel ColorChannel

Prerelease. Gets or sets a value that indicates which color channel the slider modifies.

public : ColorPickerHsvChannel ColorChannel { get; set; }public ColorPickerHsvChannel ColorChannel { get; set; }Public ReadWrite Property ColorChannel As ColorPickerHsvChannel// You can use this property in JavaScript.
Value
ColorPickerHsvChannel ColorPickerHsvChannel ColorPickerHsvChannel ColorPickerHsvChannel

A value of the enumeration that indicates which color channel the slider modifies.

ColorChannelProperty ColorChannelProperty ColorChannelProperty ColorChannelProperty

Prerelease. Identifies the ColorChannel dependency property.

public : static DependencyProperty ColorChannelProperty { get; }public static DependencyProperty ColorChannelProperty { get; }Public Static ReadOnly Property ColorChannelProperty As DependencyProperty// You can use this property in JavaScript.
Value
DependencyProperty DependencyProperty DependencyProperty DependencyProperty

The identifier for the ColorChannel dependency property.