C# 클래스 SquaresComposition.Attached.SquaresEffectComposition

상속: Windows.UI.Xaml.DependencyObject
파일 보기 프로젝트 열기: juanpaexpedite/MasterDetailsComposition 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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