Share via


DisplayPath.View Property

Definition

Gets the logical view that this path is connected from. All paths residing in the same DisplayView are logically cloned together.

public:
 property DisplayView ^ View { DisplayView ^ get(); };
DisplayView View();
public DisplayView View { get; }
var displayView = displayPath.view;
Public ReadOnly Property View As DisplayView

Property Value

A DisplayView value.

Applies to