Gets and sets the opacity or transparency of the video image. This value can be any value between 0, for transparent, and 1 for opaque.
JavaScript |
|
VideoOpacity |
C# |
|
double VideoOpacity { get; set; } |
C++ |
|
HRESULT VideoOpacity([out, retval] double pVal) HRESULT VideoOpacity([in] double pVal) |