C# Class SquaresComposition.Attached.SquaresEffectComposition

Inheritance: Windows.UI.Xaml.DependencyObject
Show file Open project: juanpaexpedite/MasterDetailsComposition Class Usage Examples

Public Properties

Property Type Description
Compositor Compositor
ContainerVisual ContainerVisual
Element Windows.UI.Xaml.UIElement
SquareSize int
SquaresVisual ContainerVisual

Public Methods

Method Description
Animate ( bool newvalue ) : void
SquaresEffectComposition ( UIElement element, bool newvalue ) : System

Private Methods

Method Description
AnimateOffset ( bool newvalue ) : void
CreateRandomSquare ( int x, int y ) : ContainerVisual
CreateSquares ( ) : void
InitializeAnimations ( ) : void

Method Details

Animate() public method

public Animate ( bool newvalue ) : void
newvalue bool
return void

SquaresEffectComposition() public method

public SquaresEffectComposition ( UIElement element, bool newvalue ) : System
element Windows.UI.Xaml.UIElement
newvalue bool
return System

Property Details

Compositor public property

public Compositor Compositor
return Compositor

ContainerVisual public property

public ContainerVisual ContainerVisual
return ContainerVisual

Element public property

public UIElement,Windows.UI.Xaml Element
return Windows.UI.Xaml.UIElement

SquareSize public static property

public static int SquareSize
return int

SquaresVisual public property

public ContainerVisual SquaresVisual
return ContainerVisual