DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / MinArrowSize Property






    MinArrowSize Property
    Specify the minimum Arrow size when the labeltype is set to LabelArrow
    Syntax
    'Declaration
     
    
    Public Property MinArrowSize As System.Integer
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Integer
     
    instance.MinArrowSize = value
     
    value = instance.MinArrowSize
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also