DicomObjects.NET8 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 Integer
    'Usage
     
    
    Dim value As Integer
     
    DicomGlobal.ShadowWidthForPresentationStates = value
     
    value = DicomGlobal.ShadowWidthForPresentationStates
    public static int ShadowWidthForPresentationStates {get; set;}
    public:
    static property int ShadowWidthForPresentationStates {
       int get();
       void set (    int value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also