[]
Creates a new image cell renderer control.
public ImageRenderer()
Public Sub New()
Creates an image cell renderer control with the specified picture.
public ImageRenderer(string imageUrl)
Public Sub New(imageUrl As String)
Type | Name | Description |
---|---|---|
string | imageUrl | Path and file name of the picture to display in the image cell |
Creates an image cell renderer control with the specified picture and text alignment.
public ImageRenderer(string imageUrl, bool textOnRight)
Public Sub New(imageUrl As String, textOnRight As Boolean)
Type | Name | Description |
---|---|---|
string | imageUrl | Path and file name of the picture to display in the image cell |
bool | textOnRight | Whether the text is displayed on the right side of the image |