C# Класс SilverlightFX.UserInterface.Label

A label control that represents some text on a form.
Наследование: System.Windows.Controls.Control
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
TextAlignmentProperty System.Windows.DependencyProperty
TextDecorationsProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
TextWrappingProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
Label ( ) : System

Initializes an instance of a Label.

Приватные методы

Метод Описание
OnLoaded ( object sender, RoutedEventArgs e ) : void

Описание методов

Label() публичный Метод

Initializes an instance of a Label.
public Label ( ) : System
Результат System

Описание свойств

TextAlignmentProperty публичное статическое свойство

Represents the TextAlignment property.
public static DependencyProperty,System.Windows TextAlignmentProperty
Результат System.Windows.DependencyProperty

TextDecorationsProperty публичное статическое свойство

Represents the TextDecorations property.
public static DependencyProperty,System.Windows TextDecorationsProperty
Результат System.Windows.DependencyProperty

TextProperty публичное статическое свойство

Represents the Text property.
public static DependencyProperty,System.Windows TextProperty
Результат System.Windows.DependencyProperty

TextWrappingProperty публичное статическое свойство

Represents the TextWrapping property.
public static DependencyProperty,System.Windows TextWrappingProperty
Результат System.Windows.DependencyProperty