←Select platform

ActiveLineColor Property

Summary

Gets or sets the color of the active paraxial line.

Syntax

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

Property Value

System.Drawing.Color that that represents the color of the active paraxial line.

Remarks

The active paraxial line is the MedicalViewerCell.ActiveSubCell value of this paraxial cell. To show or hide the paraxial line representation all together, use the property ShowLines.

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