OnlineVideo Class
Specifies the properties for displaying an online video to the user.
- Inheritance:
- System.ObjectOnlineVideo
Constructors
OnlineVideo(String, Int32, Int32)
Initializes a new instance of the OnlineVideo class.
public OnlineVideo(string embeddedHtml, int width, int height)
Public Sub New(embeddedHtml As String, width As Integer, height As Integer)
Parameters
embeddedHtml
- System.String
The embedded HTML to be rendered within the Picture.
width
- System.Int32
The width of the rendered HTML page in pixels.
height
- System.Int32
The height of the rendered HTML page in pixels.
Properties
EmbeddedHtml
Gets or sets the embedded HTML to be rendered within the Picture.
Property Value
- System.String
The embedded HTML to be rendered within the Picture.
Height
Gets or sets the height of the rendered HTML page in pixels.
Property Value
- System.Int32
The height of the rendered HTML page in pixels.
Width
Gets or sets the width of the rendered HTML page in pixels.
Property Value
- System.Int32
The width of the rendered HTML page in pixels.