C# Class MasterDetailsComposition.Attached.Effects

Inheritance: Windows.UI.Xaml.DependencyObject
ファイルを表示 Open project: juanpaexpedite/MasterDetailsComposition

Public Properties

Property Type Description
BlendForegroundProperty Windows.UI.Xaml.DependencyProperty
DropTextProperty Windows.UI.Xaml.DependencyProperty
EffectCompositionProperty Windows.UI.Xaml.DependencyProperty
FallProperty Windows.UI.Xaml.DependencyProperty
SlideProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetBlendForeground ( UIElement element ) : String
GetDropText ( UIElement element ) : String
GetEffectComposition ( UIElement element ) : DependencyObject
GetFall ( UIElement element ) : bool
GetSlide ( UIElement element ) : bool
SetBlendForeground ( UIElement element, String value ) : void
SetDropText ( UIElement element, String value ) : void
SetEffectComposition ( UIElement element, DependencyObject value ) : void
SetFall ( UIElement element, bool value ) : void
SetSlide ( UIElement element, bool value ) : void

Private Methods

Method Description
BlendForegroundChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
DropTextChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnFallChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
SlideChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetBlendForeground() public static method

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

GetDropText() public static method

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

GetEffectComposition() public static method

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

GetFall() public static method

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

GetSlide() public static method

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

SetBlendForeground() public static method

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

SetDropText() public static method

public static SetDropText ( UIElement element, String value ) : void
element Windows.UI.Xaml.UIElement
value String
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

SetFall() public static method

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

SetSlide() public static method

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

Property Details

BlendForegroundProperty public_oe static_oe property

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

DropTextProperty public_oe static_oe property

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

EffectCompositionProperty public_oe static_oe property

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

FallProperty public_oe static_oe property

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

SlideProperty public_oe static_oe property

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