DicomObjects.NET.V8
DicomObjects Namespace / DicomViewer Class / BackColour Property



    BackColour Property
    Background Colour for the control.
    Syntax
    'Declaration
     
    Public Overridable Property BackColour As Color
     
    'Usage
     
    Dim instance As DicomViewer
    Dim value As Color
     
    instance.BackColour = value
     
    value = instance.BackColour
    Remarks
    Equivalent to the standardized BackColor method, but with English spelling!
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also