ColorStyle
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:
C#
public struct ColorStyle : IMultiValueProvider
Implements:
Inherited Members
Properties
Fill
Brush
Gets or sets the fill.
C#
public Brush Fill { readonly get; set; }
The fill.
Gets or sets the order id.
C#
public int OrderId { readonly get; set; }
The order id.
Stroke
Brush
Gets or sets the stroke.
C#
public Brush Stroke { readonly get; set; }
The stroke.
Methods
Gets the values.