C# Класс Dev2.Core.Tests.Utils.UIElementExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateVisualTree ( this element ) : void

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

Описание методов

CreateVisualTree() публичный статический Метод

Render a UIElement such that the visual tree is generated, without actually displaying the UIElement anywhere
public static CreateVisualTree ( this element ) : void
element this
Результат void