DicomObjects Reference
DicomObjects Reference / DicomImage Object / BorderColour Property
In This Topic
    BorderColour Property
    In This Topic
    Description
    Colour of the border around an image
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property BorderColour As ULong
    Remarks

    Together with BorderWidth, this determines the display of a border placed around an image.

    As is standard for colour properties, the value may be represented as 00RRGGBB hex, and in most client languages, appropriate symbolic constants may be used, e.g. vbRed, vbWhite etc. in Visual Basic.

    The initial value for the property is FFFFFFh, giving white.

    See Also