DicomObjects Reference
DicomObjects Reference / DicomViewer Object / CellSpacing Property
In This Topic
    CellSpacing Property
    In This Topic
    Description
    Spacing (in pixels) between adjacent image cells
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property CellSpacing As Integer
    Remarks

    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.

    See Also