Gets or sets the image to be painted in Cell.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public Image Image { get; set; } |
| Visual Basic |
|---|
Public Property Image As Image Get Set |
| Visual C++ |
|---|
public: property Image^ Image { Image^ get (); void set (Image^ value); } |
| F# |
|---|
member Image : Image with get, set |
Property Value
Type: ImageThe image.