C# Class SquaresComposition.Attached.SquaresEffectComposition

Inheritance: Windows.UI.Xaml.DependencyObject
Datei anzeigen 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_oe property

public Compositor Compositor
return Compositor

ContainerVisual public_oe property

public ContainerVisual ContainerVisual
return ContainerVisual

Element public_oe property

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

SquareSize public_oe static_oe property

public static int SquareSize
return int

SquaresVisual public_oe property

public ContainerVisual SquaresVisual
return ContainerVisual