New to Telerik UI for WPFStart a free 30-day trial

A class that represents a column-label, intended for use with the RadHeatMap.

Definition

Constructors

C#
public HeatMapColumnLabel()

Fields

LabelRotationAngleProperty

DependencyProperty

Identifies the LabelRotationAngle dependency property.

C#
public static readonly DependencyProperty LabelRotationAngleProperty

Properties

Gets or sets the rotation angle applied to the label.

C#
public double LabelRotationAngle { get; set; }

Methods

Invoked whenever application code or internal processes (such as a rebuilding layout pass) calls System.Windows.Controls.Control.ApplyTemplate().

C#
public override void OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.