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

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode 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 méthode

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