RadControls for WPF

Represents the text label for a control and provides support for access keys.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.40

Syntax

C#
public class Label : Label
Visual Basic
Public Class Label _
	Inherits Label

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..Label
                  Telerik.Windows.Controls..::..Label
                    Telerik.Windows.Controls.RichTextBoxUI.Dialogs..::..DialogLabel
                    Telerik.Windows.Controls.RichTextBoxUI.Dialogs..::..HeadingLabel

See Also