[]
Represents the gradient settings.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class GradientSettings : BaseNotifyPropertyChanged, INotifyPropertyChanged, ICloneable, IXmlSerializable
| Name | Description |
|---|---|
| GradientSettings() |
| Name | Description |
|---|---|
| BackgroundPoints | Gets or sets an array of the background points. |
| HistogramColor | Gets or sets the color of the histogram. |
| HistogramPoints | Gets or sets an array of the histogram points. |
| IconList | Gets or sets the key of the icon list. |
| IconPoints | Gets or sets an array of the icon points. |
| IsGradientHistogram | Gets or sets a value indicating whether the background color of the histogram is gradient. |
| Name | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. |
| ReadXml(XmlReader) | Generates an GradientSettings from its XML representation. |
| WriteXml(XmlWriter) | Converts an GradientSettings into its XML representation. |