Exemple #1
0
 public SeekBar()
 {
     this.InitializeComponent();
     seekBarProps = new SeekBarProps();
     this.SliderBase.DataContext = seekBarProps;
     this.value = 0;
 }
 public SeekBar()
 {
     this.InitializeComponent();
     seekBarProps = new SeekBarProps();
     this.SliderBase.DataContext = seekBarProps;
     this.value = 0;
 }