VideoWindow.Width Property
Determines the Width of the video window.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Property Width As Integer
Get
Set
'Usage
Dim instance As VideoWindow
Dim value As Integer
value = instance.Width
instance.Width = value
public int Width { get; set; }
Property Value
Type: System.Int32