Share via


VideoWindow.Top property

Sets or gets the y-axis coordinates for the video window.

Namespace:  Microsoft.Lync.Model.Conversation.AudioVideo
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Property Top As Integer
    Get
    Set
'Usage
Dim instance As VideoWindow
Dim value As Integer

value = instance.Top

instance.Top = value
public int Top { get; set; }

Property value

Type: System.Int32

See also

Reference

VideoWindow class

VideoWindow members

Microsoft.Lync.Model.Conversation.AudioVideo namespace