C# Class Dev2.Core.Tests.Utils.UIElementExtensionMethods

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
CreateVisualTree ( this element ) : void

Render a UIElement such that the visual tree is generated, without actually displaying the UIElement anywhere

Method Details

CreateVisualTree() public static method

Render a UIElement such that the visual tree is generated, without actually displaying the UIElement anywhere
public static CreateVisualTree ( this element ) : void
element this
return void