Method BindToImage
| Improve this Doc View SourceBindToImage(Column<ImageSource>)
Binds System.Windows.Media.ImageSource column to System.Windows.Controls.Image.
Declaration
public static RowBinding<Image> BindToImage(this Column<ImageSource> source)
Parameters
Type | Name | Description |
---|---|---|
Column<System.Windows.Media.ImageSource> | source | The source column. |
Returns
Type | Description |
---|---|
RowBinding<System.Windows.Controls.Image> | The row binding object. |
BindToImage(Scalar<ImageSource>)
Binds System.Windows.Media.ImageSource scalar data to System.Windows.Controls.Image.
Declaration
public static ScalarBinding<Image> BindToImage(this Scalar<ImageSource> source)
Parameters
Type | Name | Description |
---|---|---|
Scalar<System.Windows.Media.ImageSource> | source | The source scalar data. |
Returns
Type | Description |
---|---|
ScalarBinding<System.Windows.Controls.Image> | The scalar binding object. |