SliderView¶
Namespace: WellFired.Guacamole
Inherits: WellFired.Guacamole.Views.View
Description¶
public-static-attrib¶
| readonly BindableProperty | MinValueProperty |
| readonly BindableProperty | MaxValueProperty |
| readonly BindableProperty | ValueProperty |
| readonly BindableProperty | ThumbBackgroundColorProperty |
| readonly BindableProperty | ThumbOutlineColorProperty |
| readonly BindableProperty | ThumbCornerRadiusProperty |
| readonly BindableProperty | ThumbCornerMaskProperty |
Properties¶
| double | MinValue { get; set; } |
| double | MaxValue { get; set; } |
| double | Value { get; set; } |
| UIColor | ThumbBackgroundColor { get; set; } |
| UIColor | ThumbOutlineColor { get; set; } |
| double | ThumbCornerRadius { get; set; } |
| CornerMask | ThumbCornerMask { get; set; } |
Public Methods¶
| SliderView ( ) |
Breakdown¶
- readonly BindableProperty MinValueProperty
- readonly BindableProperty MaxValueProperty
- readonly BindableProperty ValueProperty
- readonly BindableProperty ThumbBackgroundColorProperty
- readonly BindableProperty ThumbOutlineColorProperty
- readonly BindableProperty ThumbCornerRadiusProperty
- readonly BindableProperty ThumbCornerMaskProperty
- double MinValue { get; set; }
- double MaxValue { get; set; }
- double Value { get; set; }
- UIColor ThumbBackgroundColor { get; set; }
- UIColor ThumbOutlineColor { get; set; }
- double ThumbCornerRadius { get; set; }
- CornerMask ThumbCornerMask { get; set; }
- SliderView ( )