Class SparklineItemBase
Base class for all controls that support color changing through TemplateBinding.
Inheritance
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
|
Methods
OnCreateAutomationPeer()
Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The type-specific System.Windows.Automation.Peers.AutomationPeer implementation. |