ClassContentPropertyBridge
Class
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:
cs-api-definition
public class ContentPropertyBridge : DependencyObject
Inheritance: objectContentPropertyBridge
Constructors
ContentPropertyBridge()
Declaration
cs-api-definition
public ContentPropertyBridge()
Fields
ForegroundProperty
Identifies the Foreground dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ForegroundProperty
Field Value
DependencyProperty
Properties
Content
Gets or sets content property.
Foreground
Gets or sets foreground property.
Declaration
cs-api-definition
public Brush Foreground { get; set; }
Property Value
Brush