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

Inheritance: Timeline, IStoryboard
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Begin ( ) : void
Résultat void

GetCurrentState() public méthode

public GetCurrentState ( ) : ClockState
Résultat ClockState

GetCurrentTime() public méthode

public GetCurrentTime ( ) : TimeSpan
Résultat TimeSpan

GetTargetName() public static méthode

public static GetTargetName ( [ element ) : string
element [
Résultat string

GetTargetProperty() public static méthode

public static GetTargetProperty ( [ element ) : string
element [
Résultat string

Pause() public méthode

public Pause ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Seek() public méthode

public Seek ( [ offset ) : void
offset [
Résultat void

SeekAlignedToLastTick() public méthode

public SeekAlignedToLastTick ( [ offset ) : void
offset [
Résultat void

SetTarget() public static méthode

public static SetTarget ( [ timeline, [ target ) : void
timeline [
target [
Résultat void

SetTargetName() public static méthode

public static SetTargetName ( [ element, [ name ) : void
element [
name [
Résultat void

SetTargetProperty() public static méthode

public static SetTargetProperty ( [ element, [ path ) : void
element [
path [
Résultat void

SkipToFill() public méthode

public SkipToFill ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Storyboard() public méthode

public Storyboard ( ) : System
Résultat System