C# Class Windows.UI.Xaml.Media.Animation.Storyboard

Inheritance: Timeline, IStoryboard
Show file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
Begin ( ) : void
GetCurrentState ( ) : ClockState
GetCurrentTime ( ) : TimeSpan
GetTargetName ( [ element ) : string
GetTargetProperty ( [ element ) : string
Pause ( ) : void
Resume ( ) : void
Seek ( [ offset ) : void
SeekAlignedToLastTick ( [ offset ) : void
SetTarget ( [ timeline, [ target ) : void
SetTargetName ( [ element, [ name ) : void
SetTargetProperty ( [ element, [ path ) : void
SkipToFill ( ) : void
Stop ( ) : void
Storyboard ( ) : System

Method Details

Begin() public method

public Begin ( ) : void
return void

GetCurrentState() public method

public GetCurrentState ( ) : ClockState
return ClockState

GetCurrentTime() public method

public GetCurrentTime ( ) : TimeSpan
return TimeSpan

GetTargetName() public static method

public static GetTargetName ( [ element ) : string
element [
return string

GetTargetProperty() public static method

public static GetTargetProperty ( [ element ) : string
element [
return string

Pause() public method

public Pause ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

Seek() public method

public Seek ( [ offset ) : void
offset [
return void

SeekAlignedToLastTick() public method

public SeekAlignedToLastTick ( [ offset ) : void
offset [
return void

SetTarget() public static method

public static SetTarget ( [ timeline, [ target ) : void
timeline [
target [
return void

SetTargetName() public static method

public static SetTargetName ( [ element, [ name ) : void
element [
name [
return void

SetTargetProperty() public static method

public static SetTargetProperty ( [ element, [ path ) : void
element [
path [
return void

SkipToFill() public method

public SkipToFill ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Storyboard() public method

public Storyboard ( ) : System
return System