Share via


SetPlaybackRangeCompletedEventArgs.LeftEdge Property

Gets the left-most position for a seek operation.

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

Syntax

'Declaration

Public ReadOnly Property LeftEdge As TimeSpan
    Get
'Usage

Dim instance As SetPlaybackRangeCompletedEventArgs
Dim value As TimeSpan

value = instance.LeftEdge
public TimeSpan LeftEdge { get; }
public:
property TimeSpan LeftEdge {
    TimeSpan get ();
}
member LeftEdge : TimeSpan
function get LeftEdge () : TimeSpan

Property Value

Type: System.TimeSpan
The left-most position for a seek operation.

Version Information

Silverlight

Supported in: 5

See Also

Reference

SetPlaybackRangeCompletedEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace