C# 클래스 WinRTXamlToolkit.Controls.Extensions.ContentControlExtensions

Extensions/attached properties for a ContentControl
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

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