C# Class ParallaxSplitView.Attached.Effects

Inheritance: Windows.UI.Xaml.DependencyObject
Exibir arquivo Open project: juanpaexpedite/MasterDetailsComposition

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

GetAppear() public static method

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

GetBlendForeground() public static method

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

GetBoolEffectParameter() public static method

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

GetColumn() public static method

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

GetDelay() public static method

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

GetDisappear() public static method

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

GetDoubleEffectParameter() public static method

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

GetEffectComposition() public static method

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

GetElementParameter() public static method

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

GetFadeOut() public static method

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

GetGradient() public static method

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

GetParallax() public static method

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

SetAppear() public static method

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

SetBlendForeground() public static method

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

SetBoolEffectParameter() public static method

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

SetColumn() public static method

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

SetDelay() public static method

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

SetDisappear() public static method

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

SetDoubleEffectParameter() public static method

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

SetEffectComposition() public static method

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

SetElementParameter() public static method

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

SetFadeOut() public static method

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

SetGradient() public static method

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

SetParallax() public static method

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

Property Details

AppearProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml AppearProperty
return Windows.UI.Xaml.DependencyProperty

BlendForegroundProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BlendForegroundProperty
return Windows.UI.Xaml.DependencyProperty

BoolEffectParameterProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BoolEffectParameterProperty
return Windows.UI.Xaml.DependencyProperty

ColumnProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ColumnProperty
return Windows.UI.Xaml.DependencyProperty

DelayProperty public_oe static_oe property

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

DisappearProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml DisappearProperty
return Windows.UI.Xaml.DependencyProperty

DoubleEffectParameterProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml DoubleEffectParameterProperty
return Windows.UI.Xaml.DependencyProperty

EffectCompositionProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml EffectCompositionProperty
return Windows.UI.Xaml.DependencyProperty

ElementParameterProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ElementParameterProperty
return Windows.UI.Xaml.DependencyProperty

FadeOutProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml FadeOutProperty
return Windows.UI.Xaml.DependencyProperty

Gradientroperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml Gradientroperty
return Windows.UI.Xaml.DependencyProperty

ParallaxProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ParallaxProperty
return Windows.UI.Xaml.DependencyProperty