New to Telerik UI for WPFStart a free 30-day trial

Represents a class storing Fill, Brush and particular Order. Used in SettingsPane ColorSelectors.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

C#
public struct ColorStyle : IMultiValueProvider

Implements: IMultiValueProvider

Inherited Members ValueType.ToString()

Properties

Fill

Brush

Gets or sets the fill.

C#
public Brush Fill { readonly get; set; }
Property Value:

The fill.

Gets or sets the order id.

C#
public int OrderId { readonly get; set; }
Property Value:

The order id.

Stroke

Brush

Gets or sets the stroke.

C#
public Brush Stroke { readonly get; set; }
Property Value:

The stroke.

Methods

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: ValueType.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: ValueType.GetHashCode()

Gets the values.

C#
public object[] GetValues()
Returns:

object[]

Implements: IMultiValueProvider.GetValues()