Class TimelineMarker
Represents metadata associated with a specific point in a media file.
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
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class TimelineMarker : DependencyObject
Constructors
| Improve this Doc View SourceTimelineMarker()
Initializes a new instance of the TimelineMarker class.
Declaration
[NotImplemented]
public TimelineMarker()
Fields
| Improve this Doc View SourceTextProperty
Identifies the Text dependency property.
Declaration
[NotImplemented]
public static readonly DependencyProperty TextProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
TimeProperty
Identifies the Time dependency property.
Declaration
[NotImplemented]
public static readonly DependencyProperty TimeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
TypeProperty
Identifies the Type dependency property.
Declaration
[NotImplemented]
public static readonly DependencyProperty TypeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceText
The text value of the TimelineMarker. The default value is null.
Declaration
[NotImplemented]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Time
The time at which the TimelineMarker is reached. The default value is System.TimeSpan.Zero.
Declaration
[NotImplemented]
public TimeSpan Time { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
Type
A string that describes the type of this TimelineMarker. The default value is null.
Declaration
[NotImplemented]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |