Show / Hide Table of Contents

Class TimelineMarker

Represents metadata associated with a specific point in a media file.

Inheritance
System.Object
DependencyObject
TimelineMarker
Inherited Members
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
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, IDependencyObject

Constructors

| Improve this Doc View Source

TimelineMarker()

Initializes a new instance of the TimelineMarker class.

Declaration
[NotImplemented]
public TimelineMarker()

Fields

| Improve this Doc View Source

TextProperty

Identifies the Text dependency property.

Declaration
[NotImplemented]
public static readonly DependencyProperty TextProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

TimeProperty

Identifies the Time dependency property.

Declaration
[NotImplemented]
public static readonly DependencyProperty TimeProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

TypeProperty

Identifies the Type dependency property.

Declaration
[NotImplemented]
public static readonly DependencyProperty TypeProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Text

The text value of the TimelineMarker. The default value is null.

Declaration
[NotImplemented]
public string Text { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

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

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source