SpatialLocatorPositionalTrackingDeactivatingEventArgs.Canceled 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.
Gets or sets a value indicating whether to cancel the deactivation of positional tracking due to inactivity.
public:
property bool Canceled { bool get(); void set(bool value); };
bool Canceled();
void Canceled(bool value);
public bool Canceled { get; set; }
var boolean = spatialLocatorPositionalTrackingDeactivatingEventArgs.canceled;
spatialLocatorPositionalTrackingDeactivatingEventArgs.canceled = boolean;
Public Property Canceled As Boolean
Property Value
Boolean
bool
A boolean value indicating whether to cancel the deactivation of positional tracking due to inactivity.