StructColorStyle
Struct
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:
Inherited Members
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
The order id.
Stroke
Gets or sets the stroke.
Declaration
cs-api-definition
public Brush Stroke { readonly get; set; }
Property Value
Brush
The stroke.