C# Class SquaresComposition.Attached.SquaresEffectComposition

Inheritance: Windows.UI.Xaml.DependencyObject
Afficher le fichier Open project: juanpaexpedite/MasterDetailsComposition Class Usage Examples

Méthodes publiques

Свойство Type Description
Compositor Compositor
ContainerVisual ContainerVisual
Element Windows.UI.Xaml.UIElement
SquareSize int
SquaresVisual ContainerVisual

Méthodes publiques

Méthode Description
Animate ( bool newvalue ) : void
SquaresEffectComposition ( UIElement element, bool newvalue ) : System

Private Methods

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

Method Details

Animate() public méthode

public Animate ( bool newvalue ) : void
newvalue bool
Résultat void

SquaresEffectComposition() public méthode

public SquaresEffectComposition ( UIElement element, bool newvalue ) : System
element Windows.UI.Xaml.UIElement
newvalue bool
Résultat System

Property Details

Compositor public_oe property

public Compositor Compositor
Résultat Compositor

ContainerVisual public_oe property

public ContainerVisual ContainerVisual
Résultat ContainerVisual

Element public_oe property

public UIElement,Windows.UI.Xaml Element
Résultat Windows.UI.Xaml.UIElement

SquareSize public_oe static_oe property

public static int SquareSize
Résultat int

SquaresVisual public_oe property

public ContainerVisual SquaresVisual
Résultat ContainerVisual