[]
Control that shows a gradient color gamut allowing the user to chose the color by dragging an indicator.
[TemplatePart(Name = "PadCanvas", Type = typeof(Canvas))]
[TemplatePart(Name = "Indicator", Type = typeof(FrameworkElement))]
public class C1SpectrumPad : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
| Name | Description |
|---|---|
| C1SpectrumPad() | Initializes a new instance of a C1SpectrumPad. |
| Name | Description |
|---|---|
| ColorProperty | Identifies the Color dependency property. |
| Name | Description |
|---|---|
| Color | Gets or sets the color shown in the control. |
| Name | Description |
|---|---|
| OnApplyTemplate() | Builds the visual tree for the C1SpectrumPad control when a new template is applied. |
| Name | Description |
|---|---|
| ColorChanged | Event raised when the Color property has changed. |