C# Класс WinRTXamlToolkit.Controls.CascadingTextBlock

A TextBlock-like control with unique 3D transitions.
Наследование: Windows.UI.Xaml.Controls.UserControl
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
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