Class
TickLabel

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:

cs-api-definition
public class TickLabel : DependencyObject, INotifyPropertyChanged

Inheritance: objectTickLabel

Implements: INotifyPropertyChanged

Constructors

TickLabel()

Declaration

cs-api-definition
public TickLabel()

Fields

FontFamilyProperty

Identifies the FontFamily dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontFamilyProperty

Field Value

DependencyProperty

FontSizeProperty

Identifies the FontSize dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontSizeProperty

Field Value

DependencyProperty

FontStretchProperty

Identifies the FontStretch dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontStretchProperty

Field Value

DependencyProperty

FontStyleProperty

Identifies the FontStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontStyleProperty

Field Value

DependencyProperty

FontWeightProperty

Identifies the FontWeight dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FontWeightProperty

Field Value

DependencyProperty

ForegroundProperty

Identifies the Foreground dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ForegroundProperty

Field Value

DependencyProperty

FormatProperty

Identifies the Format dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FormatProperty

Field Value

DependencyProperty

FormattedValueProperty

Identifies the FormattedValue dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FormattedValueProperty

Field Value

DependencyProperty

MultiplierProperty

Identifies the Multiplier dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty MultiplierProperty

Field Value

DependencyProperty

UseRangeColorProperty

Identifies the UseRangeColor dependency property.

Declaration

cs-api-definition
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

cs-api-definition
public DependencyObject Data { get; }

Property Value

DependencyObject

FontFamily

Gets or sets the tick label font family.

Declaration

cs-api-definition
public FontFamily FontFamily { get; set; }

Property Value

FontFamily

FontSize

Gets or sets the tick label font size.

Declaration

cs-api-definition
public double FontSize { get; set; }

Property Value

double

FontStretch

Gets or sets the tick label font stretch.

Declaration

cs-api-definition
public FontStretch FontStretch { get; set; }

Property Value

FontStretch

FontStyle

Gets or sets the tick label font style.

Declaration

cs-api-definition
public FontStyle FontStyle { get; set; }

Property Value

FontStyle

FontWeight

Gets or sets the weight or thickness of the specified font.

Declaration

cs-api-definition
public FontWeight FontWeight { get; set; }

Property Value

FontWeight

Foreground

Gets or sets the tick label foreground.

Declaration

cs-api-definition
public Brush Foreground { get; set; }

Property Value

Brush

Format

Gets or sets the label format.

Declaration

cs-api-definition
public string Format { get; set; }

Property Value

string

FormattedValue

Gets or sets the formatted value of the label.

Declaration

cs-api-definition
public string FormattedValue { get; set; }

Property Value

string

Multiplier

Gets or sets the scale multiplier.

Declaration

cs-api-definition
public double Multiplier { get; set; }

Property Value

double

UseRangeColor

Gets or sets value which indicates whether the tick label will use range color as its foreground.

Declaration

cs-api-definition
public bool UseRangeColor { get; set; }

Property Value

bool

this[string]

Gets value from object using format string.

Declaration

cs-api-definition
public object this[string formatString] { get; }

Parameters

formatString

string

Format string.

Property Value

object

Formatted value.

Methods

RaiseDataPropertyChanged()

Raise property changed event for "Data" property.

Declaration

cs-api-definition
public void RaiseDataPropertyChanged()

Events

PropertyChanged

Occurs when property changed. Implemented for binding.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged