Intersoft ClientUI Documentation
DefaultVideo Property (UXFlowItem)



Gets or sets the default video for UXFlowItem. The default video will be used for load on demand scenario when the actual video image isn't loaded yet and it also will be used when the UXFlowItem item doesn't have image source specified.
Syntax
<CategoryAttribute("Common Properties")>
Public Property DefaultVideo As ImageSource
Dim instance As UXFlowItem
Dim value As ImageSource
 
instance.DefaultVideo = value
 
value = instance.DefaultVideo
[CategoryAttribute("Common Properties")]
public ImageSource DefaultVideo {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ImageSource^ DefaultVideo {
   ImageSource^ get();
   void set (    ImageSource^ 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

UXFlowItem Class
UXFlowItem Members

Send Feedback