Show / Hide Table of Contents

Method BindToImage

| Improve this Doc View Source

BindToImage(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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest