Class SparklineItemBase
Base class for all controls that support color changing through TemplateBinding.
Inheritance
System.Object
SparklineItemBase
Namespace: Telerik.Windows.Controls.Sparklines
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class SparklineItemBase : Control
Constructors
SparklineItemBase()
Declaration
protected SparklineItemBase()
Fields
FillProperty
Identifies the Fill dependency property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Fill
Gets or sets the Fill.
Declaration
public Brush Fill { get; set; }
Property Value
System.Windows.Media.Brush
|