DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / DefaultHitMargin Property






    DefaultHitMargin Property
    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
    Remarks
    This property is used as the default value for HitMargin
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also