Table of Contents

Class SillPopupMarkup

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

Methods

Content(SillPopup, Action<IDependencyPropertyBuilder<SillPopupContent>>)

[MarkupExtension]
public static SillPopup Content(this SillPopup element, Action<IDependencyPropertyBuilder<SillPopupContent>> configureProperty)

Parameters

element SillPopup
configureProperty Action<IDependencyPropertyBuilder<SillPopupContent>>

Returns

SillPopup

Content(SillPopup, SillPopupContent)

[MarkupExtension]
public static SillPopup Content(this SillPopup element, SillPopupContent content)

Parameters

element SillPopup
content SillPopupContent

Returns

SillPopup

Content<TSource>(SillPopup, Func<TSource>, Func<TSource, SillPopupContent>, string?)

[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

Content<TSource>(SillPopup, Func<TSource>, string?)

[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

Template(SillPopup, Func<UIElement>)

[MarkupExtension]
public static SillPopup Template(this SillPopup element, Func<UIElement> controlTemplateDelegate)

Parameters

element SillPopup
controlTemplateDelegate Func<UIElement>

Returns

SillPopup