ScrollingObjectCollection.ScrollDirection 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.
The direction in which content should scroll.
public:
property Microsoft::MixedReality::Toolkit::UI::ScrollingObjectCollection::ScrollDirectionType ScrollDirection { Microsoft::MixedReality::Toolkit::UI::ScrollingObjectCollection::ScrollDirectionType get(); void set(Microsoft::MixedReality::Toolkit::UI::ScrollingObjectCollection::ScrollDirectionType value); };
public Microsoft.MixedReality.Toolkit.UI.ScrollingObjectCollection.ScrollDirectionType ScrollDirection { get; set; }
member this.ScrollDirection : Microsoft.MixedReality.Toolkit.UI.ScrollingObjectCollection.ScrollDirectionType with get, set
Public Property ScrollDirection As ScrollingObjectCollection.ScrollDirectionType