Gets or sets the
System.Drawing.Color that determines the default annotation color that will be used when drawing the annotation using the annotation action.
public Color DefaultAnnotationColor {get; set;}
'Declaration
Public Property DefaultAnnotationColor As Color
'Usage
Dim instance As MedicalViewerBaseCell
Dim value As Color
instance.DefaultAnnotationColor = value
value = instance.DefaultAnnotationColor
public:
property Color DefaultAnnotationColor {
Color get();
void set ( Color value);
}
Property Value
System.Drawing.Colorthe default annotation color.