C# Class ObjectivePixel.BringCast.Ui.VisualLayer.VisualHelpers

Exibir arquivo Open project: clarkezone/UWPCompositionDemos

Public Methods

Method Description
CreateOpacityAnimation ( Compositor compositor, System.TimeSpan duration ) : KeyFrameAnimation
EnableLayoutImplicitAnimations ( this element ) : void
EnableLayoutImplicitAnimations ( this element, System.TimeSpan t ) : void
GetVisual ( this element ) : Visual

Private Methods

Method Description
CreateOffsetAnimation ( Compositor compositor, System.TimeSpan duration ) : KeyFrameAnimation

Method Details

CreateOpacityAnimation() public static method

public static CreateOpacityAnimation ( Compositor compositor, System.TimeSpan duration ) : KeyFrameAnimation
compositor Compositor
duration System.TimeSpan
return KeyFrameAnimation

EnableLayoutImplicitAnimations() public static method

public static EnableLayoutImplicitAnimations ( this element ) : void
element this
return void

EnableLayoutImplicitAnimations() public static method

public static EnableLayoutImplicitAnimations ( this element, System.TimeSpan t ) : void
element this
t System.TimeSpan
return void

GetVisual() public static method

public static GetVisual ( this element ) : Visual
element this
return Visual