Class SillGridLengthMarkup
- Namespace
- WindowSill.API
- Assembly
- WindowSill.API.dll
public static class SillGridLengthMarkup
- Inheritance
-
SillGridLengthMarkup
- Inherited Members
-
Methods
Length(SillGridLength, GridLength)
[MarkupExtension]
public static SillGridLength Length(this SillGridLength element, GridLength length)
Parameters
element SillGridLength
length GridLength
Returns
- SillGridLength
Length(SillGridLength, Action<IDependencyPropertyBuilder<GridLength>>)
[MarkupExtension]
public static SillGridLength Length(this SillGridLength element, Action<IDependencyPropertyBuilder<GridLength>> configureProperty)
Parameters
element SillGridLength
configureProperty Action<IDependencyPropertyBuilder<GridLength>>
Returns
- SillGridLength
Length<TSource>(SillGridLength, Func<TSource>, Func<TSource, GridLength>, string?)
[MarkupExtension]
public static SillGridLength Length<TSource>(this SillGridLength element, Func<TSource> propertyBinding, Func<TSource, GridLength> convertDelegate, string? propertyBindingExpression = null)
Parameters
element SillGridLength
propertyBinding Func<TSource>
convertDelegate Func<TSource, GridLength>
propertyBindingExpression string
Returns
- SillGridLength
Type Parameters
TSource
Length<TSource>(SillGridLength, Func<TSource>, string?)
[MarkupExtension]
public static SillGridLength Length<TSource>(this SillGridLength element, Func<TSource> propertyBinding, string? propertyBindingExpression = null)
Parameters
element SillGridLength
propertyBinding Func<TSource>
propertyBindingExpression string
Returns
- SillGridLength
Type Parameters
TSource
MaxLength(SillGridLength, Action<IDependencyPropertyBuilder<double>>)
[MarkupExtension]
public static SillGridLength MaxLength(this SillGridLength element, Action<IDependencyPropertyBuilder<double>> configureProperty)
Parameters
element SillGridLength
configureProperty Action<IDependencyPropertyBuilder<double>>
Returns
- SillGridLength
MaxLength(SillGridLength, double)
[MarkupExtension]
public static SillGridLength MaxLength(this SillGridLength element, double maxLength)
Parameters
element SillGridLength
maxLength double
Returns
- SillGridLength
MaxLength<TSource>(SillGridLength, Func<TSource>, Func<TSource, double>, string?)
[MarkupExtension]
public static SillGridLength MaxLength<TSource>(this SillGridLength element, Func<TSource> propertyBinding, Func<TSource, double> convertDelegate, string? propertyBindingExpression = null)
Parameters
element SillGridLength
propertyBinding Func<TSource>
convertDelegate Func<TSource, double>
propertyBindingExpression string
Returns
- SillGridLength
Type Parameters
TSource
MaxLength<TSource>(SillGridLength, Func<TSource>, string?)
[MarkupExtension]
public static SillGridLength MaxLength<TSource>(this SillGridLength element, Func<TSource> propertyBinding, string? propertyBindingExpression = null)
Parameters
element SillGridLength
propertyBinding Func<TSource>
propertyBindingExpression string
Returns
- SillGridLength
Type Parameters
TSource
MinLength(SillGridLength, Action<IDependencyPropertyBuilder<double>>)
[MarkupExtension]
public static SillGridLength MinLength(this SillGridLength element, Action<IDependencyPropertyBuilder<double>> configureProperty)
Parameters
element SillGridLength
configureProperty Action<IDependencyPropertyBuilder<double>>
Returns
- SillGridLength
MinLength(SillGridLength, double)
[MarkupExtension]
public static SillGridLength MinLength(this SillGridLength element, double minLength)
Parameters
element SillGridLength
minLength double
Returns
- SillGridLength
MinLength<TSource>(SillGridLength, Func<TSource>, Func<TSource, double>, string?)
[MarkupExtension]
public static SillGridLength MinLength<TSource>(this SillGridLength element, Func<TSource> propertyBinding, Func<TSource, double> convertDelegate, string? propertyBindingExpression = null)
Parameters
element SillGridLength
propertyBinding Func<TSource>
convertDelegate Func<TSource, double>
propertyBindingExpression string
Returns
- SillGridLength
Type Parameters
TSource
MinLength<TSource>(SillGridLength, Func<TSource>, string?)
[MarkupExtension]
public static SillGridLength MinLength<TSource>(this SillGridLength element, Func<TSource> propertyBinding, string? propertyBindingExpression = null)
Parameters
element SillGridLength
propertyBinding Func<TSource>
propertyBindingExpression string
Returns
- SillGridLength
Type Parameters
TSource