DesignerView.RootDesigner 属性

定义

获取或设置一个 UIElement,它是当前模型树的根的 UI 表示方式。

public:
 property System::Windows::UIElement ^ RootDesigner { System::Windows::UIElement ^ get(); void set(System::Windows::UIElement ^ value); };
public System.Windows.UIElement RootDesigner { get; set; }
member this.RootDesigner : System.Windows.UIElement with get, set
Public Property RootDesigner As UIElement

属性值

UIElement

根元素。

注解

调用 MakeRootDesigner 方法可将此属性设置为 WorkflowViewElementModelItem 表示方式。

适用于