C# Class SquaresComposition.Attached.Effects

Inheritance: Windows.UI.Xaml.DependencyObject
Datei anzeigen Open project: juanpaexpedite/MasterDetailsComposition

Public Properties

Property Type Description
EffectCompositionProperty Windows.UI.Xaml.DependencyProperty
SquaresProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetEffectComposition ( UIElement element ) : DependencyObject
GetSquares ( UIElement element ) : bool
SetEffectComposition ( UIElement element, DependencyObject value ) : void
SetSquares ( UIElement element, bool value ) : void

Private Methods

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

Method Details

GetEffectComposition() public static method

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

GetSquares() public static method

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

SetEffectComposition() public static method

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

SetSquares() public static method

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

Property Details

EffectCompositionProperty public_oe static_oe property

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

SquaresProperty public_oe static_oe property

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