SparklineItemBase
Class
Base class for all controls that support color changing through TemplateBinding.
Definition
Namespace:Telerik.Windows.Controls.Sparklines
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public abstract class SparklineItemBase : Control
Inheritance: objectSparklineItemBase
Derived Classes:
Constructors
C#
protected SparklineItemBase()
Fields
FillProperty
DependencyProperty
Identifies the Fill dependency property.
C#
public static readonly DependencyProperty FillProperty
Properties
Fill
Brush
Gets or sets the Fill.
C#
public Brush Fill { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.