DicomObjects.NET.V8
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 Integer
     
    'Usage
     
    Dim value As Integer
     
    DicomViewer.DefaultHitMargin = value
     
    value = DicomViewer.DefaultHitMargin
    Remarks
    This property is used as the default value for HitMargin
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also