C# Class SilverlightFX.UserInterface.Label

A label control that represents some text on a form.
Inheritance: System.Windows.Controls.Control
Exibir arquivo 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_oe static_oe property

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

TextDecorationsProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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

TextWrappingProperty public_oe static_oe property

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