PinchSlider.CurrentSliderAxis 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 sliderAxis. The axis the slider moves along.
public:
property Microsoft::MixedReality::Toolkit::UI::SliderAxis CurrentSliderAxis { Microsoft::MixedReality::Toolkit::UI::SliderAxis get(); void set(Microsoft::MixedReality::Toolkit::UI::SliderAxis value); };
public Microsoft.MixedReality.Toolkit.UI.SliderAxis CurrentSliderAxis { get; set; }
member this.CurrentSliderAxis : Microsoft.MixedReality.Toolkit.UI.SliderAxis with get, set
Public Property CurrentSliderAxis As SliderAxis