Struct ColorStyle
Represents a class storing Fill, Brush and particular Order. Used in SettingsPane ColorSelectors.
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public struct ColorStyle : 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
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.ValueType.GetHashCode()
GetValues()
Gets the values.
Declaration
public object[] GetValues()
Returns
System.Object[]
|