Method | Description | |
---|---|---|
CreateOpacityAnimation ( Compositor compositor, System.TimeSpan duration ) : KeyFrameAnimation | ||
EnableLayoutImplicitAnimations ( this element ) : void | ||
EnableLayoutImplicitAnimations ( this element, System.TimeSpan t ) : void | ||
GetVisual ( this element ) : Visual |
Method | Description | |
---|---|---|
CreateOffsetAnimation ( Compositor compositor, System.TimeSpan duration ) : KeyFrameAnimation |
public static CreateOpacityAnimation ( Compositor compositor, System.TimeSpan duration ) : KeyFrameAnimation | ||
compositor | Compositor | |
duration | System.TimeSpan | |
return | KeyFrameAnimation |
public static EnableLayoutImplicitAnimations ( this element ) : void | ||
element | this | |
return | void |
public static EnableLayoutImplicitAnimations ( this element, System.TimeSpan t ) : void | ||
element | this | |
t | System.TimeSpan | |
return | void |
public static GetVisual ( this element ) : Visual | ||
element | this | |
return | Visual |