Class Timeline
Defines a segment of time.
Inheritance
System.Object
Timeline
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public abstract class Timeline : DependencyObject
Fields
| Improve this Doc View SourceAutoReverseProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty AutoReverseProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
BeginTimeProperty
Identifies the BeginTime dependency property.
Declaration
public static readonly DependencyProperty BeginTimeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
DurationProperty
Identifies the Duration dependency property.
Declaration
public static readonly DependencyProperty DurationProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
FillBehaviorProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty FillBehaviorProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
RepeatBehaviorProperty
Identifies the RepeatBehavior dependency property.
Declaration
public static readonly DependencyProperty RepeatBehaviorProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
SpeedRatioProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty SpeedRatioProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceAutoReverse
Declaration
[NotImplemented]
public bool AutoReverse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BeginTime
Gets or sets the time at which this System.Windows.Media.Animation.Timeline should begin.
Declaration
public TimeSpan? BeginTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |
Duration
Gets or sets the length of time for which this timeline plays, not counting repetitions.
Declaration
public Duration Duration { get; set; }
Property Value
Type | Description |
---|---|
Duration |
FillBehavior
Declaration
[NotImplemented]
public FillBehavior FillBehavior { get; set; }
Property Value
Type | Description |
---|---|
FillBehavior |
RepeatBehavior
Gets or sets the repeating behavior of this timeline.
Declaration
public RepeatBehavior RepeatBehavior { get; set; }
Property Value
Type | Description |
---|---|
RepeatBehavior |
SpeedRatio
Declaration
[NotImplemented]
public double SpeedRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceGetNaturalDurationCore()
Declaration
protected virtual Duration GetNaturalDurationCore()
Returns
Type | Description |
---|---|
Duration |
Events
| Improve this Doc View SourceCompleted
Occurs when this timeline has completely finished playing: it will no longer enter its active period.
Declaration
public event EventHandler Completed
Event Type
Type | Description |
---|---|
System.EventHandler |