Visual Basic (Declaration) | |
---|---|
Public Property SecondLineColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerDoublePlaneCutLine Dim value As Color instance.SecondLineColor = value value = instance.SecondLineColor |
C# | |
---|---|
public Color SecondLineColor {get; set;} |
Property Value
The System.Drawing.Color that represents the second cut-plane color and it's derivative cell reference line color.For an example, refer to MedicalViewerPlaneCutLine
This will change the color of the second cut-plane and the derivative cell color.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7