Class Label
Represents the text label for a control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class Label : ContentControl
Constructors
Label()
Initializes a new instance of the Label class.
Declaration
public Label()
Fields
TargetProperty
Using a DependencyProperty as the backing store for Target.
Declaration
public static readonly DependencyProperty TargetProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Target
Reserved for future use.
Declaration
public UIElement Target { get; set; }
Property Value
System.Windows.UIElement
|
Methods
ChangeVisualState(Boolean)
Changes the visual state.
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean
useTransitions
If set to |
GoToState(Boolean, String[])
Updates the visual state.
Declaration
protected void GoToState(bool useTransitions, params string[] stateNames)
Parameters
System.Boolean
useTransitions
|
System.String[]
stateNames
|
OnApplyTemplate()
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call. System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()