[]
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, IDisposable
<TemplatePart(Name:="PadCanvas", Type:=GetType(Canvas))>
<TemplatePart(Name:="Indicator", Type:=GetType(FrameworkElement))>
Public Class C1SpectrumPad
Inherits Control
Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
| Name | Description |
|---|---|
| C1SpectrumPad() | Initializes a new instance of the C1SpectrumPad class. |
| Name | Description |
|---|---|
| ColorProperty | Identifies the Color dependency property. |
| Name | Description |
|---|---|
| Color | Gets or sets the color shown in the control. |
| IsDisposed | Gets whether this instance is disposed. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the C1SpectrumPad class. |
| OnApplyTemplate() |
| Name | Description |
|---|---|
| ColorChanged | Called when the color changed. |