SmoothStreamingMediaElement.ClipMediaElementStyle Property

Gets or sets the style object for the window.

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

Syntax

'Declaration

Public Property ClipMediaElementStyle As Style
    Get
    Set
'Usage

Dim instance As SmoothStreamingMediaElement
Dim value As Style

value = instance.ClipMediaElementStyle

instance.ClipMediaElementStyle = value
public Style ClipMediaElementStyle { get; set; }
public:
property Style^ ClipMediaElementStyle {
    Style^ get ();
    void set (Style^ value);
}
member ClipMediaElementStyle : Style with get, set
function get ClipMediaElementStyle () : Style
function set ClipMediaElementStyle (value : Style)

Property Value

Type: System.Windows.Style
A Windows style object.

Version Information

Silverlight

Supported in: 5

See Also

Reference

SmoothStreamingMediaElement Class

Microsoft.Web.Media.SmoothStreaming Namespace