Class ContentPropertyBridge
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.
Inheritance
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ContentPropertyBridge : DependencyObject
Constructors
ContentPropertyBridge()
Declaration
public ContentPropertyBridge()
Fields
ForegroundProperty
Identifies the Foreground dependency property.
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Content
Gets or sets content property.
Declaration
public object Content { get; set; }
Property Value
System.Object
|
Foreground
Gets or sets foreground property.
Declaration
public Brush Foreground { get; set; }
Property Value
System.Windows.Media.Brush
|