C# Класс WinRTXamlToolkit.Controls.Extensions.ContentControlExtensions

Extensions/attached properties for a ContentControl
Показать файл Открыть проект

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

Свойство Тип Описание
FadeInTransitioningContentTemplateProperty Windows.UI.Xaml.DependencyProperty
FadeTransitioningContentTemplateProperty Windows.UI.Xaml.DependencyProperty

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

Метод Описание
ClearContentControl ( this @this, object item ) : void

Clears the content control after using in an ItemsControl.

GetFadeInTransitioningContentTemplate ( DependencyObject d ) : DataTemplate

Gets the FadeInTransitioningContentTemplate property. This dependency property indicates the value to set the ContentTemplate to between fade out/fade in transitions.

GetFadeTransitioningContentTemplate ( DependencyObject d ) : DataTemplate

Gets the FadeTransitioningContentTemplate property. This dependency property indicates the value to set the ContentTemplate to between fade out/fade in transitions.

PrepareContentControl ( this @this, object item, DataTemplate itemTemplate, DataTemplateSelector itemTemplateSelector ) : void

Prepares the content control for use in an ItemsControl.

SetFadeInTransitioningContentTemplate ( DependencyObject d, DataTemplate value ) : void

Sets the FadeInTransitioningContentTemplate property. This dependency property indicates the value to set the ContentTemplate to between fade out/fade in transitions.

SetFadeTransitioningContentTemplate ( DependencyObject d, DataTemplate value ) : void

Sets the FadeTransitioningContentTemplate property. This dependency property indicates the value to set the ContentTemplate to between fade out/fade in transitions.

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

Метод Описание
OnFadeInTransitioningContentTemplateChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the FadeInTransitioningContentTemplate property.

OnFadeTransitioningContentTemplateChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the FadeTransitioningContentTemplate property.

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

ClearContentControl() публичный статический Метод

Clears the content control after using in an ItemsControl.
public static ClearContentControl ( this @this, object item ) : void
@this this
item object The item.
Результат void

GetFadeInTransitioningContentTemplate() публичный статический Метод

Gets the FadeInTransitioningContentTemplate property. This dependency property indicates the value to set the ContentTemplate to between fade out/fade in transitions.
public static GetFadeInTransitioningContentTemplate ( DependencyObject d ) : DataTemplate
d Windows.UI.Xaml.DependencyObject
Результат Windows.UI.Xaml.DataTemplate

GetFadeTransitioningContentTemplate() публичный статический Метод

Gets the FadeTransitioningContentTemplate property. This dependency property indicates the value to set the ContentTemplate to between fade out/fade in transitions.
public static GetFadeTransitioningContentTemplate ( DependencyObject d ) : DataTemplate
d Windows.UI.Xaml.DependencyObject
Результат Windows.UI.Xaml.DataTemplate

PrepareContentControl() публичный статический Метод

Prepares the content control for use in an ItemsControl.
public static PrepareContentControl ( this @this, object item, DataTemplate itemTemplate, DataTemplateSelector itemTemplateSelector ) : void
@this this
item object The item.
itemTemplate Windows.UI.Xaml.DataTemplate The item template.
itemTemplateSelector Windows.UI.Xaml.Controls.DataTemplateSelector The item template selector.
Результат void

SetFadeInTransitioningContentTemplate() публичный статический Метод

Sets the FadeInTransitioningContentTemplate property. This dependency property indicates the value to set the ContentTemplate to between fade out/fade in transitions.
public static SetFadeInTransitioningContentTemplate ( DependencyObject d, DataTemplate value ) : void
d Windows.UI.Xaml.DependencyObject
value Windows.UI.Xaml.DataTemplate
Результат void

SetFadeTransitioningContentTemplate() публичный статический Метод

Sets the FadeTransitioningContentTemplate property. This dependency property indicates the value to set the ContentTemplate to between fade out/fade in transitions.
public static SetFadeTransitioningContentTemplate ( DependencyObject d, DataTemplate value ) : void
d Windows.UI.Xaml.DependencyObject
value Windows.UI.Xaml.DataTemplate
Результат void

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

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

FadeInTransitioningContentTemplate Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml FadeInTransitioningContentTemplateProperty
Результат Windows.UI.Xaml.DependencyProperty

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

FadeTransitioningContentTemplate Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml FadeTransitioningContentTemplateProperty
Результат Windows.UI.Xaml.DependencyProperty