Struct
ColorStyle

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:

cs-api-definition
public struct ColorStyle : IMultiValueProvider

Implements: IMultiValueProvider

Inherited Members ValueType.ToString()

Properties

Fill

Gets or sets the fill.

Declaration

cs-api-definition
public Brush Fill { readonly get; set; }

Property Value

Brush

The fill.

OrderId

Gets or sets the order id.

Declaration

cs-api-definition
public int OrderId { readonly get; set; }

Property Value

int

The order id.

Stroke

Gets or sets the stroke.

Declaration

cs-api-definition
public Brush Stroke { readonly get; set; }

Property Value

Brush

The stroke.

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides ValueType.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides ValueType.GetHashCode()

GetValues()

Gets the values.

Declaration

cs-api-definition
public object[] GetValues()

Returns

object[]

Implements IMultiValueProvider.GetValues()