C# 클래스 ParallaxSplitView.Attached.Effects

상속: Windows.UI.Xaml.DependencyObject
파일 보기 프로젝트 열기: juanpaexpedite/MasterDetailsComposition

공개 프로퍼티들

프로퍼티 타입 설명
AppearProperty Windows.UI.Xaml.DependencyProperty
BlendForegroundProperty Windows.UI.Xaml.DependencyProperty
BoolEffectParameterProperty Windows.UI.Xaml.DependencyProperty
ColumnProperty Windows.UI.Xaml.DependencyProperty
DelayProperty Windows.UI.Xaml.DependencyProperty
DisappearProperty Windows.UI.Xaml.DependencyProperty
DoubleEffectParameterProperty Windows.UI.Xaml.DependencyProperty
EffectCompositionProperty Windows.UI.Xaml.DependencyProperty
ElementParameterProperty Windows.UI.Xaml.DependencyProperty
FadeOutProperty Windows.UI.Xaml.DependencyProperty
Gradientroperty Windows.UI.Xaml.DependencyProperty
ParallaxProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
GetAppear ( UIElement element ) : bool
GetBlendForeground ( UIElement element ) : String
GetBoolEffectParameter ( UIElement element ) : bool
GetColumn ( UIElement element ) : int
GetDelay ( UIElement element ) : double
GetDisappear ( UIElement element ) : bool
GetDoubleEffectParameter ( UIElement element ) : Double
GetEffectComposition ( UIElement element ) : DependencyObject
GetElementParameter ( UIElement element ) : UIElement
GetFadeOut ( UIElement element ) : bool
GetGradient ( UIElement element ) : LinearGradientBrush
GetParallax ( UIElement element ) : double
SetAppear ( UIElement element, bool value ) : void
SetBlendForeground ( UIElement element, String value ) : void
SetBoolEffectParameter ( UIElement element, bool value ) : void
SetColumn ( UIElement element, int value ) : void
SetDelay ( UIElement element, double value ) : void
SetDisappear ( UIElement element, bool value ) : void
SetDoubleEffectParameter ( UIElement element, Double value ) : void
SetEffectComposition ( UIElement element, DependencyObject value ) : void
SetElementParameter ( UIElement element, UIElement value ) : void
SetFadeOut ( UIElement element, bool value ) : void
SetGradient ( UIElement element, LinearGradientBrush value ) : void
SetParallax ( UIElement element, double value ) : void

비공개 메소드들

메소드 설명
AppearChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
BlendForegroundChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
DisappearChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
FadeOutChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
GradientForegroundChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
ParallaxChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetAppear() 공개 정적인 메소드

public static GetAppear ( UIElement element ) : bool
element Windows.UI.Xaml.UIElement
리턴 bool

GetBlendForeground() 공개 정적인 메소드

public static GetBlendForeground ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
리턴 String

GetBoolEffectParameter() 공개 정적인 메소드

public static GetBoolEffectParameter ( UIElement element ) : bool
element Windows.UI.Xaml.UIElement
리턴 bool

GetColumn() 공개 정적인 메소드

public static GetColumn ( UIElement element ) : int
element Windows.UI.Xaml.UIElement
리턴 int

GetDelay() 공개 정적인 메소드

public static GetDelay ( UIElement element ) : double
element Windows.UI.Xaml.UIElement
리턴 double

GetDisappear() 공개 정적인 메소드

public static GetDisappear ( UIElement element ) : bool
element Windows.UI.Xaml.UIElement
리턴 bool

GetDoubleEffectParameter() 공개 정적인 메소드

public static GetDoubleEffectParameter ( UIElement element ) : Double
element Windows.UI.Xaml.UIElement
리턴 Double

GetEffectComposition() 공개 정적인 메소드

public static GetEffectComposition ( UIElement element ) : DependencyObject
element Windows.UI.Xaml.UIElement
리턴 Windows.UI.Xaml.DependencyObject

GetElementParameter() 공개 정적인 메소드

public static GetElementParameter ( UIElement element ) : UIElement
element Windows.UI.Xaml.UIElement
리턴 Windows.UI.Xaml.UIElement

GetFadeOut() 공개 정적인 메소드

public static GetFadeOut ( UIElement element ) : bool
element Windows.UI.Xaml.UIElement
리턴 bool

GetGradient() 공개 정적인 메소드

public static GetGradient ( UIElement element ) : LinearGradientBrush
element Windows.UI.Xaml.UIElement
리턴 Windows.UI.Xaml.Media.LinearGradientBrush

GetParallax() 공개 정적인 메소드

public static GetParallax ( UIElement element ) : double
element Windows.UI.Xaml.UIElement
리턴 double

SetAppear() 공개 정적인 메소드

public static SetAppear ( UIElement element, bool value ) : void
element Windows.UI.Xaml.UIElement
value bool
리턴 void

SetBlendForeground() 공개 정적인 메소드

public static SetBlendForeground ( UIElement element, String value ) : void
element Windows.UI.Xaml.UIElement
value String
리턴 void

SetBoolEffectParameter() 공개 정적인 메소드

public static SetBoolEffectParameter ( UIElement element, bool value ) : void
element Windows.UI.Xaml.UIElement
value bool
리턴 void

SetColumn() 공개 정적인 메소드

public static SetColumn ( UIElement element, int value ) : void
element Windows.UI.Xaml.UIElement
value int
리턴 void

SetDelay() 공개 정적인 메소드

public static SetDelay ( UIElement element, double value ) : void
element Windows.UI.Xaml.UIElement
value double
리턴 void

SetDisappear() 공개 정적인 메소드

public static SetDisappear ( UIElement element, bool value ) : void
element Windows.UI.Xaml.UIElement
value bool
리턴 void

SetDoubleEffectParameter() 공개 정적인 메소드

public static SetDoubleEffectParameter ( UIElement element, Double value ) : void
element Windows.UI.Xaml.UIElement
value Double
리턴 void

SetEffectComposition() 공개 정적인 메소드

public static SetEffectComposition ( UIElement element, DependencyObject value ) : void
element Windows.UI.Xaml.UIElement
value Windows.UI.Xaml.DependencyObject
리턴 void

SetElementParameter() 공개 정적인 메소드

public static SetElementParameter ( UIElement element, UIElement value ) : void
element Windows.UI.Xaml.UIElement
value Windows.UI.Xaml.UIElement
리턴 void

SetFadeOut() 공개 정적인 메소드

public static SetFadeOut ( UIElement element, bool value ) : void
element Windows.UI.Xaml.UIElement
value bool
리턴 void

SetGradient() 공개 정적인 메소드

public static SetGradient ( UIElement element, LinearGradientBrush value ) : void
element Windows.UI.Xaml.UIElement
value Windows.UI.Xaml.Media.LinearGradientBrush
리턴 void

SetParallax() 공개 정적인 메소드

public static SetParallax ( UIElement element, double value ) : void
element Windows.UI.Xaml.UIElement
value double
리턴 void

프로퍼티 상세

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

public static DependencyProperty,Windows.UI.Xaml AppearProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml BlendForegroundProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml BoolEffectParameterProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml ColumnProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Delay in seconds
public static DependencyProperty,Windows.UI.Xaml DelayProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml DisappearProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml DoubleEffectParameterProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml EffectCompositionProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml ElementParameterProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml FadeOutProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml Gradientroperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml ParallaxProperty
리턴 Windows.UI.Xaml.DependencyProperty