Property FlashTimeLeft
FlashTimeLeft
Gets or sets the flash time left in ms before this Blip stops flashing.
The max value is up to 65534.
Set -1
to let the Blip flash forever.
Declaration
public int FlashTimeLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
returns -1
if the internal value of this property value is set to 65535
, which indicates that the flash timer is explicitly not set.