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.Windows.Media.Brush
The fill. |
OrderId
Gets or sets the order id.
Declaration
public int OrderId { get; set; }
Property Value
System.Int32
The order id. |
Stroke
Gets or sets the stroke.
Declaration
public Brush Stroke { get; set; }
Property Value
System.Windows.Media.Brush
The stroke. |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
GetValues()
Gets the values.
Declaration
public object[] GetValues()
Returns
System.Object[]
|