DisplayPath.Target Property

Definition

The DisplayTarget that this path connects to.

public:
 property DisplayTarget ^ Target { DisplayTarget ^ get(); };
DisplayTarget Target();
public DisplayTarget Target { get; }
var displayTarget = displayPath.target;
Public ReadOnly Property Target As DisplayTarget

Property Value

A DisplayTarget value.

Applies to