Table of Contents

Class WindowFrameworkElementMarkup

Namespace
WindowSill.API
Assembly
WindowSill.API.dll
public static class WindowFrameworkElementMarkup
Inheritance
WindowFrameworkElementMarkup
Inherited Members

Methods

DataContext<T>(WindowFrameworkElement, Action<WindowFrameworkElement, T>)

public static WindowFrameworkElement DataContext<T>(this WindowFrameworkElement element, Action<WindowFrameworkElement, T> configureElement)

Parameters

element WindowFrameworkElement
configureElement Action<WindowFrameworkElement, T>

Returns

WindowFrameworkElement

Type Parameters

T

Template<TControl>(TControl, Func<UIElement>)

[MarkupExtension]
public static TControl Template<TControl>(this TControl element, Func<UIElement> controlTemplateDelegate) where TControl : WindowFrameworkElement

Parameters

element TControl
controlTemplateDelegate Func<UIElement>

Returns

TControl

Type Parameters

TControl