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

The class provides to use content and foreground property for binding foreground with data template of content control based classes. This class is designed for internal use.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class ContentPropertyBridge : DependencyObject

Inheritance: objectContentPropertyBridge

Constructors

C#
public ContentPropertyBridge()

Fields

ForegroundProperty

DependencyProperty

Identifies the Foreground dependency property.

C#
public static readonly DependencyProperty ForegroundProperty

Properties

Gets or sets content property.

C#
public object Content { get; set; }

Gets or sets foreground property.

C#
public Brush Foreground { get; set; }