Condividi tramite


HitTestInfo.HitLocation Proprietà

Definizione

Contiene informazioni relative alla posizione in cui si è verificato l'hit test.

public:
 property System::Workflow::ComponentModel::Design::HitTestLocations HitLocation { System::Workflow::ComponentModel::Design::HitTestLocations get(); };
[System.ComponentModel.Browsable(false)]
public System.Workflow.ComponentModel.Design.HitTestLocations HitLocation { get; }
[<System.ComponentModel.Browsable(false)>]
member this.HitLocation : System.Workflow.ComponentModel.Design.HitTestLocations
Public ReadOnly Property HitLocation As HitTestLocations

Valore della proprietà

HitTestLocations

Oggetto HitTestLocations che descrive l'area sottoposta a hit test.

Attributi

Commenti

Utilizzare HitLocation per determinare l'area della finestra di progettazione in cui si è verificato l'hit test.

Si applica a