New to Telerik UI for WPFStart a free 30-day trial

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: ColumnIndicatorItemScatterItem

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

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.