ComponentOne MediaPlayer for WPF and Silverlight
C1.WPF.MediaPlayer Namespace / C1MediaPlayer Class / Position Property

In This Topic
    Position Property (C1MediaPlayer)
    In This Topic
    Gets or sets the current position of the current media item.
    Syntax
    'Declaration
     
    
    Public Property Position As TimeSpan
    public TimeSpan Position {get; set;}
    See Also