PinchSlider.UseSliderStepDivisions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Property accessor of useSliderStepDivisions, it determines whether the slider steps according to subdivisions
public:
property bool UseSliderStepDivisions { bool get(); void set(bool value); };
public bool UseSliderStepDivisions { get; set; }
member this.UseSliderStepDivisions : bool with get, set
Public Property UseSliderStepDivisions As Boolean