Dockable.Dock(DockPosition) Method
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.
Docks this object in a given DockPosition.
public:
void Dock(Microsoft::MixedReality::Toolkit::Experimental::UI::DockPosition ^ position);
public void Dock (Microsoft.MixedReality.Toolkit.Experimental.UI.DockPosition position);
member this.Dock : Microsoft.MixedReality.Toolkit.Experimental.UI.DockPosition -> unit
Public Sub Dock (position As DockPosition)
Parameters
- position
- DockPosition
The DockPosition where we'd like to dock this object.