DependencyProps Module
A module to provide DependencyProperties and their bindings Includes extension methods for Button, Grid, TextBox
Functions and values
Function or value |
Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clear Grid first and then set with new elements
|
Full Usage:
setGridVertical grid xs
Parameters:
Grid
xs : (UIElement * ColumnDefinition) list
|
clear Grid first and then set with new elements
|
|
Type extensions
Type extension |
Description
|
|
|
Full Usage:
Button.CommandBinding(binding)
Parameters:
BindingBase
Returns: DependencyPropertyBindingPair
|
|
|
|
Full Usage:
TextBox.TextBinding(binding)
Parameters:
BindingBase
Returns: DependencyPropertyBindingPair
|