IntersectionLineColor Property

Summary

Gets or sets the color value of the intersection line.

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

Property Value

The color of the intersection line.

Remarks

An intersection line is a line that appears on an intersection between two MPR planes.

To show or hide the intersection line, use the EnableIntersectionLines property.

Example

For an example refer to FrameBoundariesColor

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly