C# Class SilverlightFX.UserInterface.Label

A label control that represents some text on a form.
Inheritance: System.Windows.Controls.Control
Show file Open project: nikhilk/silverlightfx

Public Properties

Property Type Description
TextAlignmentProperty System.Windows.DependencyProperty
TextDecorationsProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
TextWrappingProperty System.Windows.DependencyProperty

Public Methods

Method Description
Label ( ) : System

Initializes an instance of a Label.

Private Methods

Method Description
OnLoaded ( object sender, RoutedEventArgs e ) : void

Method Details

Label() public method

Initializes an instance of a Label.
public Label ( ) : System
return System

Property Details

TextAlignmentProperty public static property

Represents the TextAlignment property.
public static DependencyProperty,System.Windows TextAlignmentProperty
return System.Windows.DependencyProperty

TextDecorationsProperty public static property

Represents the TextDecorations property.
public static DependencyProperty,System.Windows TextDecorationsProperty
return System.Windows.DependencyProperty

TextProperty public static property

Represents the Text property.
public static DependencyProperty,System.Windows TextProperty
return System.Windows.DependencyProperty

TextWrappingProperty public static property

Represents the TextWrapping property.
public static DependencyProperty,System.Windows TextWrappingProperty
return System.Windows.DependencyProperty