←Select platform

BackColor Property

Summary

Gets or sets the background color of the structured display.

Syntax
C#
VB
C++
public Color BackColor { get; set; } 
Public Property BackColor() As Color 
   Get 
   Set 
public:  
   property Color^ BackColor 
   { 
      Color^ get() 
      void set(Color^ value) 
   } 

Property Value

The background color of the structured display.

Remarks

The GetStructuredDisplayImage returns a RasterImage of a DICOM structured display. This a single image that includes all the referenced images laid out as defined in the structured display.

The BackColor is the background color of the structured display.

Example

For an example, refer to StructuredDisplayImageOptions.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.