HitTestResult.Object Proprietà

Definizione

Ottiene o imposta l'oggetto, se presente, restituito da un hit test.

public:
 property System::Object ^ Object { System::Object ^ get(); void set(System::Object ^ value); };
public object Object { get; set; }
member this.Object : obj with get, set
Public Property Object As Object

Valore della proprietà

Oggetto di tipo Object. In caso contrario null.

Commenti

Se un elemento grafico si trova nel punto controllato dal hit test, questa proprietà farà riferimento all'elemento grafico, altrimenti il valore di questa proprietà sarà null.

Nota

Se un punto dati viene restituito dal hit test, questa proprietà restituirà comunque un nulloggetto . Per ottenere informazioni sul punto dati, usare invece le PointIndex proprietà e Series .

Si applica a