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