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






In This Topic
    ShowShadowForPresentationStates Property
    In This Topic
    Controls whether shadow is drawn around internally generated DicomLabel objects derived from entries in Presentation States
    Syntax
    'Declaration
     
    
    Public Shared Property ShowShadowForPresentationStates As System.Boolean
    'Usage
     
    
    Dim value As System.Boolean
     
    DicomGlobal.ShowShadowForPresentationStates = value
     
    value = DicomGlobal.ShowShadowForPresentationStates
    public static System.bool ShowShadowForPresentationStates {get; set;}
    public read-write property ShowShadowForPresentationStates: System.Boolean; static; 
    public static function get,set ShowShadowForPresentationStates : System.boolean
    public: __property static System.bool get_ShowShadowForPresentationStates();
    public: __property static void set_ShowShadowForPresentationStates( 
       System.bool value
    );
    public:
    static property System.bool ShowShadowForPresentationStates {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also