The amount of time (in ms) the safe-touch warning (localsim::safeTouchZoneWarning) will remain active before automatically resetting to inactive.
Note: the safe-touch warning will also immediately reset to inactive if the user touches a safe-zone.
Use -1 to indicate infinite duration. Use 0 (zero) to indicate that the warning should never be activated.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public int SafeTouchZoneWarningDuration { get; set; } |
| Visual Basic |
|---|
Public Property SafeTouchZoneWarningDuration As Integer
Get
Set |
| JScript |
|---|
function get SafeTouchZoneWarningDuration () : int
function set SafeTouchZoneWarningDuration (value : int) |
See Also