PointerPoint.IsInContact Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Eingabegerät (Toucheingabe, Stift/Eingabestift) die Digitizeroberfläche berührt oder eine Maustaste nach unten gedrückt wird.

public:
 property bool IsInContact { bool get(); };
bool IsInContact();
public bool IsInContact { get; }
var boolean = pointerPoint.isInContact;
Public ReadOnly Property IsInContact As Boolean

Eigenschaftswert

Boolean

bool

True, wenn nach unten gedrückt; false andernfalls.

Gilt für: