ButterflowSubregion Class | 
Namespace: butterflow_ui
[SerializableAttribute] public class ButterflowSubregion : PropertyChangedAlerter
The ButterflowSubregion type exposes the following members.
| Name | Description | |
|---|---|---|
| ButterflowSubregion | Initializes a new instance of the ButterflowSubregion class  | 
| Name | Description | |
|---|---|---|
| End |  Gets or sets the end of the subregion.   | |
| Identifier |  Gets a unique identifier used to locate this subregion withing a subregion collection.   | |
| Start |  Gets or sets the start of the subregion.   | |
| SubregionType |  Gets or sets the operation to be performed on the subregion.   | |
| ToEnd |  Gets or sets a value indicating whether the subregion runs to the end of the video.   | |
| Value |  Gets or sets the targeted value of the subregion.   | 
| Name | Description | |
|---|---|---|
| AddConstantCallProperty |  Adds a property that will always be called when any property is updated..   (Inherited from PropertyChangedAlerter.) | |
| OnAllPropertiesChanged |  Executes when all properties are changed and should be updated.   (Inherited from PropertyChangedAlerter.) | |
| OnPropertyChanged | 
            Executes the property changed action. This alerts subscribers to its change in value.
              (Inherited from PropertyChangedAlerter.) | 
| Name | Description | |
|---|---|---|
| PropertyChanged |  Occurs when a property value changes.   (Inherited from PropertyChangedAlerter.) | 
| Name | Description | |
|---|---|---|
| alwaysCall |  A list of properties to always call as updated. Generally used for composite properties.   (Inherited from PropertyChangedAlerter.) | |
| end |  The end of the subregion.   | |
| identifier |  A unique identifier used to locate this subregion withing a subregion collection.   | |
| start |  The start of the subregion.   | |
| subregionType |  Type of opersion to perform on the subregion.   | |
| toEnd |  True if the subregion runs to the end, false if not.   | |
| value |  The value targeted for the subregion.   |