C# 클래스 SilverlightFX.UserInterface.Label

A label control that represents some text on a form.
상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 프로퍼티들

프로퍼티 타입 설명
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