DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomViewer Class / BackColour Property



In This Topic
    BackColour Property
    In This Topic
    Gets or sets the background colour of the viewer.
    Syntax
    'Declaration
     
    
    Public Property BackColour As SkiaSharp.SKColor
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As SkiaSharp.SKColor
     
    instance.BackColour = value
     
    value = instance.BackColour
    public SkiaSharp.SKColor BackColour {get; set;}
    public:
    property SkiaSharp.SKColor BackColour {
       SkiaSharp.SKColor get();
       void set (    SkiaSharp.SKColor value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also