ClipPlaybackEventArgs.Progress Property

Gets or sets the Progress property.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public Property Progress As ClipProgress
    Get
    Private Set
'Usage

Dim instance As ClipPlaybackEventArgs
Dim value As ClipProgress

value = instance.Progress
public ClipProgress Progress { get; private set; }
public:
property ClipProgress Progress {
    ClipProgress get ();
    private: void set (ClipProgress value);
}
member Progress : ClipProgress with get, private set
function get Progress () : ClipProgress
private function set Progress (value : ClipProgress)

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.ClipProgress
A ClipProgress object.

Version Information

Silverlight

Supported in: 5

See Also

Reference

ClipPlaybackEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace