Visual.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parent of the visual.
public:
property ContainerVisual ^ Parent { ContainerVisual ^ get(); };
ContainerVisual Parent();
public ContainerVisual Parent { get; }
var containerVisual = visual.parent;
Public ReadOnly Property Parent As ContainerVisual
Property Value
The parent of the visual.