C# Class ParallaxSplitView.Attached.Effects

Inheritance: Windows.UI.Xaml.DependencyObject
Afficher le fichier Open project: juanpaexpedite/MasterDetailsComposition

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static GetAppear ( UIElement element ) : bool
element Windows.UI.Xaml.UIElement
Résultat bool

GetBlendForeground() public static méthode

public static GetBlendForeground ( UIElement element ) : String
element Windows.UI.Xaml.UIElement
Résultat String

GetBoolEffectParameter() public static méthode

public static GetBoolEffectParameter ( UIElement element ) : bool
element Windows.UI.Xaml.UIElement
Résultat bool

GetColumn() public static méthode

public static GetColumn ( UIElement element ) : int
element Windows.UI.Xaml.UIElement
Résultat int

GetDelay() public static méthode

public static GetDelay ( UIElement element ) : double
element Windows.UI.Xaml.UIElement
Résultat double

GetDisappear() public static méthode

public static GetDisappear ( UIElement element ) : bool
element Windows.UI.Xaml.UIElement
Résultat bool

GetDoubleEffectParameter() public static méthode

public static GetDoubleEffectParameter ( UIElement element ) : Double
element Windows.UI.Xaml.UIElement
Résultat Double

GetEffectComposition() public static méthode

public static GetEffectComposition ( UIElement element ) : DependencyObject
element Windows.UI.Xaml.UIElement
Résultat Windows.UI.Xaml.DependencyObject

GetElementParameter() public static méthode

public static GetElementParameter ( UIElement element ) : UIElement
element Windows.UI.Xaml.UIElement
Résultat Windows.UI.Xaml.UIElement

GetFadeOut() public static méthode

public static GetFadeOut ( UIElement element ) : bool
element Windows.UI.Xaml.UIElement
Résultat bool

GetGradient() public static méthode

public static GetGradient ( UIElement element ) : LinearGradientBrush
element Windows.UI.Xaml.UIElement
Résultat Windows.UI.Xaml.Media.LinearGradientBrush

GetParallax() public static méthode

public static GetParallax ( UIElement element ) : double
element Windows.UI.Xaml.UIElement
Résultat double

SetAppear() public static méthode

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

SetBlendForeground() public static méthode

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

SetBoolEffectParameter() public static méthode

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

SetColumn() public static méthode

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

SetDelay() public static méthode

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

SetDisappear() public static méthode

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

SetDoubleEffectParameter() public static méthode

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

SetEffectComposition() public static méthode

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

SetElementParameter() public static méthode

public static SetElementParameter ( UIElement element, UIElement value ) : void
element Windows.UI.Xaml.UIElement
value Windows.UI.Xaml.UIElement
Résultat void

SetFadeOut() public static méthode

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

SetGradient() public static méthode

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

SetParallax() public static méthode

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

Property Details

AppearProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml AppearProperty
Résultat Windows.UI.Xaml.DependencyProperty

BlendForegroundProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BlendForegroundProperty
Résultat Windows.UI.Xaml.DependencyProperty

BoolEffectParameterProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BoolEffectParameterProperty
Résultat Windows.UI.Xaml.DependencyProperty

ColumnProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ColumnProperty
Résultat Windows.UI.Xaml.DependencyProperty

DelayProperty public_oe static_oe property

Delay in seconds
public static DependencyProperty,Windows.UI.Xaml DelayProperty
Résultat Windows.UI.Xaml.DependencyProperty

DisappearProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml DisappearProperty
Résultat Windows.UI.Xaml.DependencyProperty

DoubleEffectParameterProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml DoubleEffectParameterProperty
Résultat Windows.UI.Xaml.DependencyProperty

EffectCompositionProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml EffectCompositionProperty
Résultat Windows.UI.Xaml.DependencyProperty

ElementParameterProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ElementParameterProperty
Résultat Windows.UI.Xaml.DependencyProperty

FadeOutProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml FadeOutProperty
Résultat Windows.UI.Xaml.DependencyProperty

Gradientroperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml Gradientroperty
Résultat Windows.UI.Xaml.DependencyProperty

ParallaxProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ParallaxProperty
Résultat Windows.UI.Xaml.DependencyProperty