DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomLabel Class / ShadowColor Property



In This Topic
    ShadowColor Property
    In This Topic
    Contains the colour of the Shadow applied to the DicomLabel
    Syntax
    'Declaration
     
    
    Public Property ShadowColor As SkiaSharp.SKColor
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As SkiaSharp.SKColor
     
    instance.ShadowColor = value
     
    value = instance.ShadowColor
    public SkiaSharp.SKColor ShadowColor {get; set;}
    public:
    property SkiaSharp.SKColor ShadowColor {
       SkiaSharp.SKColor get();
       void set (    SkiaSharp.SKColor 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