DicomObjects Reference
DicomObjects Reference / DicomImage Object / BorderWidth Property
In This Topic
    BorderWidth Property
    In This Topic
    Description
    Width of the border around an image
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property BorderWidth As Integer
    Remarks
    Together with BorderColour, this determines the display of a border placed around an image.
    The initial value of this property is always 0, causing no border to be drawn.
    The border normally overlaps and obscures the outer edge of the image, but if the associated DicomViewer has a CellSpacing property >0, then as much as possible of the border will be displayed in this region.
    See Also