Add slider to form
This commit is contained in:
@@ -4,7 +4,5 @@ public class SliderRangeParams
|
||||
{
|
||||
public int Min{ get; set; }
|
||||
public int Max { get; set; }
|
||||
public int ValueMin { get; set; }
|
||||
public int ValueMax { get; set; }
|
||||
public int Gap { get; set; } = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user