Method WithAutoSizeWaiver
| Improve this Doc View SourceWithAutoSizeWaiver<T>(T, AutoSizeWaiver)
Sets the waiver for layout auto sizing calculation.
Declaration
public static T WithAutoSizeWaiver<T>(this T binding, AutoSizeWaiver value)
    where T : Binding
Parameters
| Type | Name | Description | 
|---|---|---|
| T | binding | The binding.  | 
    
| AutoSizeWaiver | value | The vlaue.  | 
    
Returns
| Type | Description | 
|---|---|
| T | The binding for fluent coding.  | 
    
Type Parameters
| Name | Description | 
|---|---|
| T | The type of binding.  |