Click or drag to resize
MediaBuildercontrolsParametersFromDictionary Method
Configures the builder from a Dictionary<String, Object> object.

Namespace: Veeplay.media
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Dictionary<string, Object> controlsParametersFromDictionary(
	Dictionary<string, Object> controls
)

Parameters

controls
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: DictionaryString, Object
See Also