Gets or sets the second color of the region marching ants.
public Color RegionBorderColor2 {get; set;}
'Declaration
Public Property RegionBorderColor2 As Color
'Usage
Dim instance As MedicalViewerCell
Dim value As Color
instance.RegionBorderColor2 = value
value = instance.RegionBorderColor2
public:
property Color RegionBorderColor2 {
Color get();
void set ( Color value);
}
Property Value
The
System.Drawing.Color object that represents second color of the region marching ants (an animated dotted line drawn around a selection).