CoreInkPresenterHost.RootVisual 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 CoreInkPresenterHost 繪製的根視覺容器。
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
屬性值
組合視覺化樹狀結構中可以有子系的節點。