Class ColorPickerSlider
Inheritance
ColorPickerSlider
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ColorPickerSlider : Slider, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Fields
View SourceOverlayBackgroundProperty
DependencyProperty of OverlayBackground
Declaration
public static readonly DependencyProperty OverlayBackgroundProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
ThumbToolTipContentProperty
DependencyProperty of ThumbToolTipContent
Declaration
public static readonly DependencyProperty ThumbToolTipContentProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
View SourceOverlayBackground
Gets or sets the overlay background
Declaration
public Brush OverlayBackground { get; set; }
Property Value
| Type | Description |
|---|---|
| Brush |
ThumbToolTipContent
Gets or sets the tooltip of the slider thumb
Declaration
public object ThumbToolTipContent { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
TrackButtonCommand
Gets a command to set the value to mouse position
Declaration
public ICommand TrackButtonCommand { get; }
Property Value
| Type | Description |
|---|---|
| ICommand |