1
0
Fork 0
mirror of https://github.com/wagesj45/butterflow-ui.git synced 2025-09-09 03:00:39 -05:00

Adding icons. Progress Bar.

This commit is contained in:
Jordan Wages 2018-07-04 18:11:25 -05:00
commit 9af3ad400b
13 changed files with 355 additions and 19 deletions

View file

@ -24,7 +24,7 @@ namespace butterflow_ui
private const decimal DEFAULT_SMOOTH_DERIVATIVE_STANDARD_DEVIATION = 1.1m;
private const FlowFilterType DEFAULT_FLOW_FILTER_TYPE = FlowFilterType.box;
/// <summary> An interpreter used to ensure numeric input is correctly calculated. </summary>
/// <summary> An input interpreter used for converting string values to numeric values. </summary>
private InputInterpreter interpreter = new InputInterpreter();
/// <summary> The aspect ratio used for calculating heights when the aspect ratio is locked. </summary>
private decimal aspectRatio = 0;