ConstraintManager.SelectedConstraints 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.
Manually selected list of transform constraints. Note that this list will only be processed by the manager if AutoConstraintSelection is disabled. Note that this is a read only property. To add new constraints to the list call RegisterConstraint.
public:
property System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::TransformConstraint ^> ^ SelectedConstraints { System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::TransformConstraint ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.TransformConstraint> SelectedConstraints { get; }
member this.SelectedConstraints : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.TransformConstraint>
Public ReadOnly Property SelectedConstraints As List(Of TransformConstraint)