Spacing (in pixels) between adjacent image cells
Visual Basic |
---|
Public Property CellSpacing As Integer |
The area available for display in a DicomViewer is divided into a number of image “cells” according to the values of MultiRows and MultiColumns and in previous versions of DicomObjects, the images were displayed in the whole of this cell, but as of version 4.1, the number of pixel specified by this property is effectively “removed” from the display area before rendering the image, giving a gap between images. This is useful if the image’s BorderWidth property is used, as it can prevent the visible highlight overlying the image itself.
The default value is 0.