Dock.DockPositions 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.
A read-only list of possible positions in this dock.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::MixedReality::Toolkit::Experimental::UI::DockPosition ^> ^ DockPositions { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::MixedReality::Toolkit::Experimental::UI::DockPosition ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.MixedReality.Toolkit.Experimental.UI.DockPosition> DockPositions { get; }
member this.DockPositions : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.MixedReality.Toolkit.Experimental.UI.DockPosition>
Public ReadOnly Property DockPositions As ReadOnlyCollection(Of DockPosition)