@TORASTA TORASTA authored on 26 May 2021
InstructionImg Readme update 4 years ago
RangeBar Delete dll file 4 years ago
.gitignore Delete dll file 4 years ago
README.md Update README.md 4 years ago
README.md

RangeBar

This is range bar project.

Instruction:

You can compile file by yourself or download the rangeBar dll file by the link below. Image text

Then drag dll file to your visual studio C# tool box. Image text

Finally, you can see this controller and use it. Image text

Properties:

  1. HeightOfBar: Height of bar

  2. HeightOfMark: Height of mark(Slider)

  3. HeightOfTick: Height of scale tick of bar

  4. InnerColor: The inner color of the bar between 2 sliders

  5. RangeMaximum: Larger slider's value

  6. RangeMinimum: Smaller slider's value

  7. ScaleOrientation: The scale tick orientation of the bar(top, bottom or both)

  8. TotalMaximum: The total maximum value of slider

  9. TotalMinimum: The total minimum value of slider

Event:

  1. RangeChanged: This event is triggered after the bar dragged by mouse (mouse up)
  2. RangeChanging: This event is triggered when the bar dragged by mouse