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
Foreground
Brush
Gets or sets foreground property.
C#
public Brush Foreground { get; set; }