Intersoft ClientUI Documentation
TargetMedia Property



Gets or sets the media element (video) that will be reflected in reflection area (video brush).
Syntax
<CategoryAttribute("Common Properties")>
Public Property TargetMedia As MediaElement
Dim instance As ContentPerspective
Dim value As MediaElement
 
instance.TargetMedia = value
 
value = instance.TargetMedia
[CategoryAttribute("Common Properties")]
public MediaElement TargetMedia {get; set;}
[CategoryAttribute("Common Properties")]
public:
property MediaElement^ TargetMedia {
   MediaElement^ get();
   void set (    MediaElement^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ContentPerspective Class
ContentPerspective Members

Send Feedback