Table of Contents

Class SillOrientedGridMarkup

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

Methods

GridLengths(SillOrientedGrid, Action<IDependencyPropertyBuilder<IList<SillGridLength>>>)

[MarkupExtension]
public static SillOrientedGrid GridLengths(this SillOrientedGrid element, Action<IDependencyPropertyBuilder<IList<SillGridLength>>> configureProperty)

Parameters

element SillOrientedGrid
configureProperty Action<IDependencyPropertyBuilder<IList<SillGridLength>>>

Returns

SillOrientedGrid

GridLengths(SillOrientedGrid, IList<SillGridLength>)

[MarkupExtension]
public static SillOrientedGrid GridLengths(this SillOrientedGrid element, IList<SillGridLength> gridLengths)

Parameters

element SillOrientedGrid
gridLengths IList<SillGridLength>

Returns

SillOrientedGrid

GridLengths(SillOrientedGrid, params SillGridLength[])

[MarkupExtension]
public static SillOrientedGrid GridLengths(this SillOrientedGrid element, params SillGridLength[] gridLengths)

Parameters

element SillOrientedGrid
gridLengths SillGridLength[]

Returns

SillOrientedGrid

GridLengths<TSource>(SillOrientedGrid, Func<TSource>, Func<TSource, IList<SillGridLength>>, string?)

[MarkupExtension]
public static SillOrientedGrid GridLengths<TSource>(this SillOrientedGrid element, Func<TSource> propertyBinding, Func<TSource, IList<SillGridLength>> convertDelegate, string? propertyBindingExpression = null)

Parameters

element SillOrientedGrid
propertyBinding Func<TSource>
convertDelegate Func<TSource, IList<SillGridLength>>
propertyBindingExpression string

Returns

SillOrientedGrid

Type Parameters

TSource

GridLengths<TSource>(SillOrientedGrid, Func<TSource>, string?)

[MarkupExtension]
public static SillOrientedGrid GridLengths<TSource>(this SillOrientedGrid element, Func<TSource> propertyBinding, string? propertyBindingExpression = null)

Parameters

element SillOrientedGrid
propertyBinding Func<TSource>
propertyBindingExpression string

Returns

SillOrientedGrid

Type Parameters

TSource