Class ColorPickerPreview
Preview control that is used by the ColorPicker.
Inheritance
ColorPickerPreview
Implements
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ColorPickerPreview : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IColorPickerPreview
Constructors
View SourceColorPickerPreview()
Initializes a new instance of the ColorPickerPreview class.
Declaration
public ColorPickerPreview()
Fields
View SourceColorProperty
The DependencyProperty of the Color property.
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
PointsProperty
The DependencyProperty of the Points property.
Declaration
public static readonly DependencyProperty PointsProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
View SourceColor
The color that is shown as preview.
Declaration
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
Points
Gets or sets the points.
Declaration
public PointCollection Points { get; }
Property Value
| Type | Description |
|---|---|
| PointCollection |