Class FeaturedMeasurePresenter
Base class for Featured measures (bars and ellipses).
Inheritance
Namespace: Telerik.Windows.Controls.BulletGraph
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class FeaturedMeasurePresenter : ContentControl
Constructors
FeaturedMeasurePresenter()
Initializes a new instance of the FeaturedMeasurePresenter class.
Declaration
public FeaturedMeasurePresenter()
Fields
ContentTemplateSelectorProperty
Identifies the ContentTemplateSelector dependency property.
Declaration
public static readonly DependencyProperty ContentTemplateSelectorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ContentTemplateSelector
Gets or sets the content template selector.
Declaration
public DataTemplateSelector ContentTemplateSelector { get; set; }
Property Value
DataTemplateSelector
The content template selector. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnContentChanged(Object, Object)
Called when the System.Windows.Controls.ContentControl.Content property changes.
Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
System.Object
oldContent
The old value of the System.Windows.Controls.ContentControl.Content property. |
System.Object
newContent
The new value of the System.Windows.Controls.ContentControl.Content property. |