DwellHandler.DwellProfile 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 profile to use with this handler
public:
property Microsoft::MixedReality::Toolkit::Dwell::DwellProfile ^ DwellProfile { Microsoft::MixedReality::Toolkit::Dwell::DwellProfile ^ get(); void set(Microsoft::MixedReality::Toolkit::Dwell::DwellProfile ^ value); };
public Microsoft.MixedReality.Toolkit.Dwell.DwellProfile DwellProfile { get; set; }
member this.DwellProfile : Microsoft.MixedReality.Toolkit.Dwell.DwellProfile with get, set
Public Property DwellProfile As DwellProfile