Gets or sets the value that indicates the thickness of the annotation object created using the annotation action.
public float DefaultAnnotationThickness {get; set;}
'Declaration
Public Property DefaultAnnotationThickness As Single
'Usage
Dim instance As MedicalViewerBaseCell
Dim value As Single
instance.DefaultAnnotationThickness = value
value = instance.DefaultAnnotationThickness
public:
property float DefaultAnnotationThickness {
float get();
void set ( float value);
}
Property Value
Value that indicates the thickness of the annotation object created using the annotation action.