Class ColorStyle
Represents a class storing Fill, Brush and particular Order. Used in SettingsPane ColorSelectors.
Inheritance
System.Object
ColorStyle
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public sealed class ColorStyle : ValueType, IMultiValueProvider
Properties
Fill
Gets or sets the fill.
Declaration
public Brush Fill { get; set; }
Property Value
System. The fill. |
OrderId
Gets or sets the order id.
Declaration
public int OrderId { get; set; }
Property Value
System. The order id. |
Stroke
Gets or sets the stroke.
Declaration
public Brush Stroke { get; set; }
Property Value
System. The stroke. |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
GetValues()
Gets the values.
Declaration
public object[] GetValues()
Returns
System.
|