←Select platform

SecondLineColor Property

Summary

Gets or sets the second cut-plane color along along with it's derivative cell color.

Syntax

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

Property Value

The System.Drawing.Color that represents the second cut-plane color and it's derivative cell reference line color.

Remarks

This will change the color of the second cut-plane and the derivative cell color.

Example

For an example, refer to MedicalViewerPlaneCutLine

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