C# Class CoreLib.Effects.Composition

显示文件 Open project: liquidboy/X

Public Properties

Property Type Description
EffectProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetEffect ( UIElement element ) : ICompositionEffect
SetEffect ( UIElement element, ICompositionEffect value ) : void

Private Methods

Method Description
EffectChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetEffect() public static method

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

SetEffect() public static method

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

Property Details

EffectProperty public_oe static_oe property

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