C# Класс SquaresComposition.Attached.SquaresEffectComposition

Наследование: Windows.UI.Xaml.DependencyObject
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Compositor Compositor
ContainerVisual ContainerVisual
Element Windows.UI.Xaml.UIElement
SquareSize int
SquaresVisual ContainerVisual

Открытые методы

Метод Описание
Animate ( bool newvalue ) : void
SquaresEffectComposition ( UIElement element, bool newvalue ) : System

Приватные методы

Метод Описание
AnimateOffset ( bool newvalue ) : void
CreateRandomSquare ( int x, int y ) : ContainerVisual
CreateSquares ( ) : void
InitializeAnimations ( ) : void

Описание методов

Animate() публичный Метод

public Animate ( bool newvalue ) : void
newvalue bool
Результат void

SquaresEffectComposition() публичный Метод

public SquaresEffectComposition ( UIElement element, bool newvalue ) : System
element Windows.UI.Xaml.UIElement
newvalue bool
Результат System

Описание свойств

Compositor публичное свойство

public Compositor Compositor
Результат Compositor

ContainerVisual публичное свойство

public ContainerVisual ContainerVisual
Результат ContainerVisual

Element публичное свойство

public UIElement,Windows.UI.Xaml Element
Результат Windows.UI.Xaml.UIElement

SquareSize публичное статическое свойство

public static int SquareSize
Результат int

SquaresVisual публичное свойство

public ContainerVisual SquaresVisual
Результат ContainerVisual