'Declaration Public Property TextOnRight As Boolean
'Usage Dim instance As ImageCellType Dim value As Boolean instance.TextOnRight = value value = instance.TextOnRight
public bool TextOnRight {get; set;}
'Declaration Public Property TextOnRight As Boolean
'Usage Dim instance As ImageCellType Dim value As Boolean instance.TextOnRight = value value = instance.TextOnRight
public bool TextOnRight {get; set;}
Set to true to display the text on the right side of the image. Set to false to display the text on the left side of the image.
Specify the alignment of the picture in relation to the text by setting the ImageAlign property.