- Namespace
- WindowSill.API
- Assembly
- WindowSill.API.dll
public static class SillPopupMarkup
- Inheritance
-
SillPopupMarkup
- Inherited Members
-
Methods
[MarkupExtension]
public static SillPopup Content(this SillPopup element, Action<IDependencyPropertyBuilder<SillPopupContent>> configureProperty)
Parameters
element SillPopup
configureProperty Action<IDependencyPropertyBuilder<SillPopupContent>>
Returns
- SillPopup
[MarkupExtension]
public static SillPopup Content(this SillPopup element, SillPopupContent content)
Parameters
element SillPopup
content SillPopupContent
Returns
- SillPopup
[MarkupExtension]
public static SillPopup Content<TSource>(this SillPopup element, Func<TSource> propertyBinding, Func<TSource, SillPopupContent> convertDelegate, string? propertyBindingExpression = null)
Parameters
element SillPopup
propertyBinding Func<TSource>
convertDelegate Func<TSource, SillPopupContent>
propertyBindingExpression string
Returns
- SillPopup
Type Parameters
TSource
[MarkupExtension]
public static SillPopup Content<TSource>(this SillPopup element, Func<TSource> propertyBinding, string? propertyBindingExpression = null)
Parameters
element SillPopup
propertyBinding Func<TSource>
propertyBindingExpression string
Returns
- SillPopup
Type Parameters
TSource
[MarkupExtension]
public static SillPopup Template(this SillPopup element, Func<UIElement> controlTemplateDelegate)
Parameters
element SillPopup
controlTemplateDelegate Func<UIElement>
Returns
- SillPopup