C# 클래스 WinRTXamlToolkit.Controls.CascadingTextBlock

A TextBlock-like control with unique 3D transitions.
상속: Windows.UI.Xaml.Controls.UserControl
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AnimateOnLoadedProperty Windows.UI.Xaml.DependencyProperty
CascadeInDurationProperty Windows.UI.Xaml.DependencyProperty
CascadeInDurationStringProperty Windows.UI.Xaml.DependencyProperty
CascadeInEasingFunctionProperty Windows.UI.Xaml.DependencyProperty
CascadeInProperty Windows.UI.Xaml.DependencyProperty
CascadeIntervalProperty Windows.UI.Xaml.DependencyProperty
CascadeIntervalStringProperty Windows.UI.Xaml.DependencyProperty
CascadeOutDurationProperty Windows.UI.Xaml.DependencyProperty
CascadeOutDurationStringProperty Windows.UI.Xaml.DependencyProperty
CascadeOutEasingFunctionProperty Windows.UI.Xaml.DependencyProperty
CascadeOutProperty Windows.UI.Xaml.DependencyProperty
FadeInEasingFunctionProperty Windows.UI.Xaml.DependencyProperty
FadeOutEasingFunctionProperty Windows.UI.Xaml.DependencyProperty
FromRotationProperty Windows.UI.Xaml.DependencyProperty
FromVerticalOffsetProperty Windows.UI.Xaml.DependencyProperty
HoldDurationProperty Windows.UI.Xaml.DependencyProperty
HoldDurationStringProperty Windows.UI.Xaml.DependencyProperty
StartDelayProperty Windows.UI.Xaml.DependencyProperty
TextBlockTemplateProperty Windows.UI.Xaml.DependencyProperty
TextProperty Windows.UI.Xaml.DependencyProperty
ToRotationProperty Windows.UI.Xaml.DependencyProperty
ToVerticalOffsetProperty Windows.UI.Xaml.DependencyProperty
UseFadeProperty Windows.UI.Xaml.DependencyProperty
UseRotationProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
BeginCascadingTransitionAsync ( ) : System.Threading.Tasks.Task

Begins the cascading transition asynchronously (waits for it to complete).

CascadingTextBlock ( ) : System

Initializes a new instance of the CascadingTextBlock class.

보호된 메소드들

메소드 설명
OnCascadeInDurationStringChanged ( string oldCascadeInDurationString, string newCascadeInDurationString ) : void

Provides derived classes an opportunity to handle changes to the CascadeInDurationString property.

OnCascadeIntervalStringChanged ( string oldCascadeIntervalString, string newCascadeIntervalString ) : void

Provides derived classes an opportunity to handle changes to the CascadeIntervalString property.

OnCascadeOutDurationStringChanged ( string oldCascadeOutDurationString, string newCascadeOutDurationString ) : void

Provides derived classes an opportunity to handle changes to the CascadeOutDurationString property.

OnHoldDurationStringChanged ( string oldHoldDurationString, string newHoldDurationString ) : void

Provides derived classes an opportunity to handle changes to the HoldDurationString property.

비공개 메소드들

메소드 설명
CreateTextBlock ( TranslateTransform tt ) : TextBlock
OnCascadeInDurationStringChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the CascadeInDurationString property.

OnCascadeIntervalStringChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the CascadeIntervalString property.

OnCascadeOutDurationStringChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the CascadeOutDurationString property.

OnCascadingTextBlockLoaded ( object sender, RoutedEventArgs e ) : void
OnHoldDurationStringChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the HoldDurationString property.

OnTextChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Text property.

OnTextChanged ( string oldText, string newText ) : void

Provides derived classes an opportunity to handle changes to the Text property.

메소드 상세

BeginCascadingTransitionAsync() 공개 메소드

Begins the cascading transition asynchronously (waits for it to complete).
public BeginCascadingTransitionAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

CascadingTextBlock() 공개 메소드

Initializes a new instance of the CascadingTextBlock class.
public CascadingTextBlock ( ) : System
리턴 System

OnCascadeInDurationStringChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the CascadeInDurationString property.
protected OnCascadeInDurationStringChanged ( string oldCascadeInDurationString, string newCascadeInDurationString ) : void
oldCascadeInDurationString string
newCascadeInDurationString string
리턴 void

OnCascadeIntervalStringChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the CascadeIntervalString property.
protected OnCascadeIntervalStringChanged ( string oldCascadeIntervalString, string newCascadeIntervalString ) : void
oldCascadeIntervalString string
newCascadeIntervalString string
리턴 void

OnCascadeOutDurationStringChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the CascadeOutDurationString property.
protected OnCascadeOutDurationStringChanged ( string oldCascadeOutDurationString, string newCascadeOutDurationString ) : void
oldCascadeOutDurationString string
newCascadeOutDurationString string
리턴 void

OnHoldDurationStringChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the HoldDurationString property.
protected OnHoldDurationStringChanged ( string oldHoldDurationString, string newHoldDurationString ) : void
oldHoldDurationString string
newHoldDurationString string
리턴 void

프로퍼티 상세

AnimateOnLoadedProperty 공개적으로 정적으로 프로퍼티

AnimateOnLoaded Dependency Property
public static DependencyProperty,Windows.UI.Xaml AnimateOnLoadedProperty
리턴 Windows.UI.Xaml.DependencyProperty

CascadeInDurationProperty 공개적으로 정적으로 프로퍼티

CascadeInDuration Dependency Property
public static DependencyProperty,Windows.UI.Xaml CascadeInDurationProperty
리턴 Windows.UI.Xaml.DependencyProperty

CascadeInDurationStringProperty 공개적으로 정적으로 프로퍼티

CascadeInDurationString Dependency Property
public static DependencyProperty,Windows.UI.Xaml CascadeInDurationStringProperty
리턴 Windows.UI.Xaml.DependencyProperty

CascadeInEasingFunctionProperty 공개적으로 정적으로 프로퍼티

CascadeInEasingFunction Dependency Property
public static DependencyProperty,Windows.UI.Xaml CascadeInEasingFunctionProperty
리턴 Windows.UI.Xaml.DependencyProperty

CascadeInProperty 공개적으로 정적으로 프로퍼티

CascadeIn Dependency Property
public static DependencyProperty,Windows.UI.Xaml CascadeInProperty
리턴 Windows.UI.Xaml.DependencyProperty

CascadeIntervalProperty 공개적으로 정적으로 프로퍼티

CascadeInterval Dependency Property
public static DependencyProperty,Windows.UI.Xaml CascadeIntervalProperty
리턴 Windows.UI.Xaml.DependencyProperty

CascadeIntervalStringProperty 공개적으로 정적으로 프로퍼티

CascadeIntervalString Dependency Property
public static DependencyProperty,Windows.UI.Xaml CascadeIntervalStringProperty
리턴 Windows.UI.Xaml.DependencyProperty

CascadeOutDurationProperty 공개적으로 정적으로 프로퍼티

CascadeOutDuration Dependency Property
public static DependencyProperty,Windows.UI.Xaml CascadeOutDurationProperty
리턴 Windows.UI.Xaml.DependencyProperty

CascadeOutDurationStringProperty 공개적으로 정적으로 프로퍼티

CascadeOutDurationString Dependency Property
public static DependencyProperty,Windows.UI.Xaml CascadeOutDurationStringProperty
리턴 Windows.UI.Xaml.DependencyProperty

CascadeOutEasingFunctionProperty 공개적으로 정적으로 프로퍼티

CascadeOutEasingFunction Dependency Property
public static DependencyProperty,Windows.UI.Xaml CascadeOutEasingFunctionProperty
리턴 Windows.UI.Xaml.DependencyProperty

CascadeOutProperty 공개적으로 정적으로 프로퍼티

CascadeOut Dependency Property
public static DependencyProperty,Windows.UI.Xaml CascadeOutProperty
리턴 Windows.UI.Xaml.DependencyProperty

FadeInEasingFunctionProperty 공개적으로 정적으로 프로퍼티

FadeInEasingFunction Dependency Property
public static DependencyProperty,Windows.UI.Xaml FadeInEasingFunctionProperty
리턴 Windows.UI.Xaml.DependencyProperty

FadeOutEasingFunctionProperty 공개적으로 정적으로 프로퍼티

FadeOutEasingFunction Dependency Property
public static DependencyProperty,Windows.UI.Xaml FadeOutEasingFunctionProperty
리턴 Windows.UI.Xaml.DependencyProperty

FromRotationProperty 공개적으로 정적으로 프로퍼티

FromRotation Dependency Property
public static DependencyProperty,Windows.UI.Xaml FromRotationProperty
리턴 Windows.UI.Xaml.DependencyProperty

FromVerticalOffsetProperty 공개적으로 정적으로 프로퍼티

FromVerticalOffset Dependency Property
public static DependencyProperty,Windows.UI.Xaml FromVerticalOffsetProperty
리턴 Windows.UI.Xaml.DependencyProperty

HoldDurationProperty 공개적으로 정적으로 프로퍼티

HoldDuration Dependency Property
public static DependencyProperty,Windows.UI.Xaml HoldDurationProperty
리턴 Windows.UI.Xaml.DependencyProperty

HoldDurationStringProperty 공개적으로 정적으로 프로퍼티

HoldDurationString Dependency Property
public static DependencyProperty,Windows.UI.Xaml HoldDurationStringProperty
리턴 Windows.UI.Xaml.DependencyProperty

StartDelayProperty 공개적으로 정적으로 프로퍼티

StartDelay Dependency Property
public static DependencyProperty,Windows.UI.Xaml StartDelayProperty
리턴 Windows.UI.Xaml.DependencyProperty

TextBlockTemplateProperty 공개적으로 정적으로 프로퍼티

TextBlockTemplate Dependency Property
public static DependencyProperty,Windows.UI.Xaml TextBlockTemplateProperty
리턴 Windows.UI.Xaml.DependencyProperty

TextProperty 공개적으로 정적으로 프로퍼티

Text Dependency Property
public static DependencyProperty,Windows.UI.Xaml TextProperty
리턴 Windows.UI.Xaml.DependencyProperty

ToRotationProperty 공개적으로 정적으로 프로퍼티

ToRotation Dependency Property
public static DependencyProperty,Windows.UI.Xaml ToRotationProperty
리턴 Windows.UI.Xaml.DependencyProperty

ToVerticalOffsetProperty 공개적으로 정적으로 프로퍼티

ToVerticalOffset Dependency Property
public static DependencyProperty,Windows.UI.Xaml ToVerticalOffsetProperty
리턴 Windows.UI.Xaml.DependencyProperty

UseFadeProperty 공개적으로 정적으로 프로퍼티

UseFade Dependency Property
public static DependencyProperty,Windows.UI.Xaml UseFadeProperty
리턴 Windows.UI.Xaml.DependencyProperty

UseRotationProperty 공개적으로 정적으로 프로퍼티

UseRotation Dependency Property
public static DependencyProperty,Windows.UI.Xaml UseRotationProperty
리턴 Windows.UI.Xaml.DependencyProperty