CoreInkPresenterHost.RootVisual 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.
Gets or sets the root visual container that the CoreInkPresenterHost draws to.
public:
property ContainerVisual ^ RootVisual { ContainerVisual ^ get(); void set(ContainerVisual ^ value); };
ContainerVisual RootVisual();
void RootVisual(ContainerVisual value);
public ContainerVisual RootVisual { get; set; }
var containerVisual = coreInkPresenterHost.rootVisual;
coreInkPresenterHost.rootVisual = containerVisual;
Public Property RootVisual As ContainerVisual
Property Value
A node in the composition visual tree that can have children.