StylusEventArgs.InAir Propiedad
Definición
Obtiene un valor que indica si el lápiz óptico se encuentra cerca del digitalizador, pero no llega a tocarlo.Gets a value that indicates whether the stylus is in proximity to, but not touching, the digitizer.
public:
property bool InAir { bool get(); };
public bool InAir { get; }
member this.InAir : bool
Public ReadOnly Property InAir As Boolean
Valor de propiedad
true
si el lápiz óptico se encuentra próximo al digitalizador, pero no llega a tocarlo; de lo contrario, false
.true
if the stylus is in proximity to, but not touching, the digitizer; otherwise, false
.