| Visual Basic (Declaration) | |
|---|---|
Public Property DistinguishMPRByColor As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerMPRCell Dim value As Boolean instance.DistinguishMPRByColor = value value = instance.DistinguishMPRByColor | |
| C# | |
|---|---|
public bool DistinguishMPRByColor {get; set;} | |
Property Value
true to color the cross hair; otherwise, false.For an example, refer to MedicalViewerMPRCell.
The color of the cross hair in this MPR cell, will correspond to the other MPR cells.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code