C# Class MasterDetailsComposition.Attached.FallEffectComposition

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

Public Methods

Method Description
Animate ( bool newvalue ) : void
FallEffectComposition ( UIElement element, bool newvalue ) : MasterDetailsComposition.Managers

Private Methods

Method Description
AnimateOffset ( bool newvalue ) : void
InitializeAnimations ( ) : void

Method Details

Animate() public method

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

FallEffectComposition() public method

public FallEffectComposition ( UIElement element, bool newvalue ) : MasterDetailsComposition.Managers
element Windows.UI.Xaml.UIElement
newvalue bool
return MasterDetailsComposition.Managers

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