Gets or sets the second cut-plane color along along with it's derivative cell color.
public
Color SecondLineColor {get; set;}
'Declaration
Public Property SecondLineColor As
Color
'Usage
Dim instance As
MedicalViewerDoublePlaneCutLine
Dim value As
Color
instance.SecondLineColor = value
value = instance.SecondLineColor
public:
property
Color SecondLineColor {
Color get();
void set (
Color value);
}
Property Value
The
System.Drawing.Color that represents the second cut-plane color and it's derivative cell reference line color.