Search
VideoNodeExtensions.VideoLocation(T) Method
See Also
 





Sets the URL of the video stream displayed in this VideoNode.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T VideoLocation<T> (
    T videoNode,
    string value
) where T : VideoNode

Visual Basic  Copy Code

Public Shared Function VideoLocation(Of T As VideoNode) ( _
    videoNode As T, _
    value As String _
) As T

 Parameters

videoNode

value

 Return Value

 See Also