ScaleHandlesConfiguration.ScaleBehavior 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.
Scale behavior that is applied when interacting with scale handles - default is uniform scaling. Non uniform mode scales the control according to hand / controller movement in space.
public:
property Microsoft::MixedReality::Toolkit::UI::BoundsControlTypes::HandleScaleMode ScaleBehavior { Microsoft::MixedReality::Toolkit::UI::BoundsControlTypes::HandleScaleMode get(); void set(Microsoft::MixedReality::Toolkit::UI::BoundsControlTypes::HandleScaleMode value); };
public Microsoft.MixedReality.Toolkit.UI.BoundsControlTypes.HandleScaleMode ScaleBehavior { get; set; }
member this.ScaleBehavior : Microsoft.MixedReality.Toolkit.UI.BoundsControlTypes.HandleScaleMode with get, set
Public Property ScaleBehavior As HandleScaleMode