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






In This Topic
    ShadowWidthForPresentationStates Property
    In This Topic
    Controls shadow size drawn around internally generated DicomLabel objects derived from entries in Presentation States
    Syntax
    'Declaration
     
    
    Public Shared Property ShadowWidthForPresentationStates As System.Integer
    'Usage
     
    
    Dim value As System.Integer
     
    DicomGlobal.ShadowWidthForPresentationStates = value
     
    value = DicomGlobal.ShadowWidthForPresentationStates
    public static System.int ShadowWidthForPresentationStates {get; set;}
    public read-write property ShadowWidthForPresentationStates: System.Integer; static; 
    public static function get,set ShadowWidthForPresentationStates : System.int
    public: __property static System.int get_ShadowWidthForPresentationStates();
    public: __property static void set_ShadowWidthForPresentationStates( 
       System.int value
    );
    public:
    static property System.int ShadowWidthForPresentationStates {
       System.int get();
       void set (    System.int value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also