Gets or sets the border style to draw around the image of an RasterImageListItem in the control.
public BorderStyle ItemImageBorderStyle {get; set;}
Public Property ItemImageBorderStyle As BorderStyle
A BorderStyle enumeration that specifies the border to draw around the image of an RasterImageListItem in the control.
The ItemImageBorderStyle property is only supported when the value of the ViewStyle is set to RasterImageListViewStyle.Normal
When changing any of the item sizes or styles, you should pay special attention to the values you specify, in general, you should setup ItemSize to be large enough to accommodate ItemImageSize plus room for ItemBorderStyle and ItemImageBorderStyle. If you set the ShowItemText property to true, then you should also accommodate room for the item text in your calculations.
For more information about item appearance, refer to RasterImageList Appearance.
For an example, refer to ItemBorderStyle
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET