ClassTickLabel
Represents data object for tick's label. This class is designed for internal use.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class TickLabel : DependencyObject, INotifyPropertyChanged
Inheritance: objectTickLabel
Implements:
Constructors
TickLabel()
Declaration
public TickLabel()
Fields
FontFamilyProperty
Identifies the FontFamily dependency property.
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
DependencyProperty
FontSizeProperty
Identifies the FontSize dependency property.
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
DependencyProperty
FontStretchProperty
Identifies the FontStretch dependency property.
Declaration
public static readonly DependencyProperty FontStretchProperty
Field Value
DependencyProperty
FontStyleProperty
Identifies the FontStyle dependency property.
Declaration
public static readonly DependencyProperty FontStyleProperty
Field Value
DependencyProperty
FontWeightProperty
Identifies the FontWeight dependency property.
Declaration
public static readonly DependencyProperty FontWeightProperty
Field Value
DependencyProperty
ForegroundProperty
Identifies the Foreground dependency property.
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
DependencyProperty
FormatProperty
Identifies the Format dependency property.
Declaration
public static readonly DependencyProperty FormatProperty
Field Value
DependencyProperty
FormattedValueProperty
Identifies the FormattedValue dependency property.
Declaration
public static readonly DependencyProperty FormattedValueProperty
Field Value
DependencyProperty
MultiplierProperty
Identifies the Multiplier dependency property.
Declaration
public static readonly DependencyProperty MultiplierProperty
Field Value
DependencyProperty
UseRangeColorProperty
Identifies the UseRangeColor dependency property.
Declaration
public static readonly DependencyProperty UseRangeColorProperty
Field Value
DependencyProperty
Properties
Data
Return reference to self. This property can be used within Binding in XAML to implement binding which reflect extended property changes.
Declaration
public DependencyObject Data { get; }
Property Value
DependencyObject
FontFamily
Gets or sets the tick label font family.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
FontFamily
FontSize
Gets or sets the tick label font size.
FontStretch
Gets or sets the tick label font stretch.
Declaration
public FontStretch FontStretch { get; set; }
Property Value
FontStretch
FontStyle
Gets or sets the tick label font style.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
FontStyle
FontWeight
Gets or sets the weight or thickness of the specified font.
Declaration
public FontWeight FontWeight { get; set; }
Property Value
FontWeight
Foreground
Gets or sets the tick label foreground.
Declaration
public Brush Foreground { get; set; }
Property Value
Brush
Format
Gets or sets the label format.
FormattedValue
Gets or sets the formatted value of the label.
Multiplier
Gets or sets the scale multiplier.
UseRangeColor
Gets or sets value which indicates whether the tick label will use range color as its foreground.
this[string]
Gets value from object using format string.
Methods
RaiseDataPropertyChanged()
Raise property changed event for "Data" property.
Declaration
public void RaiseDataPropertyChanged()
Events
PropertyChanged
Occurs when property changed. Implemented for binding.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements