DefaultHitMargin Property
In This Topic
The default margin of error used for the
LabelHits method
Syntax
'Declaration
Public Shared Property DefaultHitMargin As System.Integer
'Usage
Dim value As System.Integer
DicomViewer.DefaultHitMargin = value
value = DicomViewer.DefaultHitMargin
public static System.int DefaultHitMargin {get; set;}
public read-write property DefaultHitMargin: System.Integer; static;
public static function get,set DefaultHitMargin : System.int
public: __property static System.int get_DefaultHitMargin();
public: __property static void set_DefaultHitMargin(
System.int value
);
public:
static property System.int DefaultHitMargin {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also