←Select platform

StartColor Property

Summary

Gets or sets the color that represents the starting color used for the Lookup table.

Syntax

C#
VB
C++
public Color StartColor { get; set; } 
  
Public Property StartColor As Color 
             
            public: 
property Color StartColor { 
   Color get(); 
   void set (    Color ); 
} 
             

Property Value

A color that represents the color on the low end side of the Lookup table.

Example

For an example, refer to MedicalViewerWindowLevel Constructor

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly