ButterflowSubregionValue Property |
Gets or sets the targeted value of the subregion.
Namespace:
butterflow_ui
Assembly:
butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public decimal Value { get; set; }
Public Property Value As Decimal
Get
Set
public:
property Decimal Value {
Decimal get ();
void set (Decimal value);
}
member Value : decimal with get, set
Property Value
Type:
Decimal The value targeted for the subregion.
See Also