Click or drag to resize

OptionsConfigurationSubregions Property

Gets or sets the subregions of the video on which to work.

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.5.43134 (1.0.0.0)
Syntax
C#
public ObservableCollection<ButterflowSubregion> Subregions { get; set; }

Property Value

Type: ObservableCollectionButterflowSubregion
The subregions of the video.
See Also