DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / BackColour Property






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also