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
elementWindowFrameworkElementconfigureElementAction<WindowFrameworkElement, T>
Returns
Type Parameters
T
Template<TControl>(TControl, Func<UIElement>)
[MarkupExtension]
public static TControl Template<TControl>(this TControl element, Func<UIElement> controlTemplateDelegate) where TControl : WindowFrameworkElement
Parameters
Returns
- TControl
Type Parameters
TControl