DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / DrawArrowForPSAnchor Property






In This Topic
    DrawArrowForPSAnchor Property
    In This Topic
    Controls if a line or an arrow is drawn for anchor of text DicomLabel objects derived from entries in Presentation States
    Syntax
    'Declaration
     
    
    Public Shared Property DrawArrowForPSAnchor As System.Boolean
    'Usage
     
    
    Dim value As System.Boolean
     
    DicomGlobal.DrawArrowForPSAnchor = value
     
    value = DicomGlobal.DrawArrowForPSAnchor
    public static System.bool DrawArrowForPSAnchor {get; set;}
    public read-write property DrawArrowForPSAnchor: System.Boolean; static; 
    public static function get,set DrawArrowForPSAnchor : System.boolean
    public: __property static System.bool get_DrawArrowForPSAnchor();
    public: __property static void set_DrawArrowForPSAnchor( 
       System.bool value
    );
    public:
    static property System.bool DrawArrowForPSAnchor {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also