DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / MinArrowSize Property



In This Topic
    MinArrowSize Property
    In This Topic
    Specify the minimum Arrow size when the labeltype is set to LabelArrow
    Syntax
    'Declaration
     
    Public Property MinArrowSize As Integer
    'Usage
     
    Dim instance As DicomLabel
    Dim value As Integer
     
    instance.MinArrowSize = value
     
    value = instance.MinArrowSize
    public int MinArrowSize {get; set;}
    public:
    property int MinArrowSize {
       int get();
       void set (    int value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also