DicomObjects.NET.8.48 Documentation
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 System.Integer
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Integer
     
    instance.MinArrowSize = value
     
    value = instance.MinArrowSize
    public System.int MinArrowSize {get; set;}
    public read-write property MinArrowSize: System.Integer; 
    public function get,set MinArrowSize : System.int
    public: __property System.int get_MinArrowSize();
    public: __property void set_MinArrowSize( 
       System.int value
    );
    public:
    property System.int MinArrowSize {
       System.int get();
       void set (    System.int value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also