OptionsConfigurationWidth Property  | 
  Gets or sets the width of the video output. 
 
    Namespace: 
   butterflow_ui
    Assembly:
   butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Width { get; set; }Public Property Width As String
	Get
	Set
public:
property String^ Width {
	String^ get ();
	void set (String^ value);
}member Width : string with get, set
Property Value
Type: 
String The width of the video output. 
See Also