The RegionBorderColor1 Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Gets or sets the first color for the region marching ants.Visual Basic (Declaration) | |
---|---|
Public Property RegionBorderColor1 As Color |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerCell Dim value As Color instance.RegionBorderColor1 = value value = instance.RegionBorderColor1 |
C# | |
---|---|
public Color RegionBorderColor1 {get; set;} |
Property Value
The System.Drawing.Color object that represents first color for the region marching ants (an animated dotted line drawn around a selection).For an example, refer to Leadtools.MedicalViewer.MedicalViewer().
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7