DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / ShadowColor Property






    ShadowColor Property
    Contains the colour of the Shadow applied to the DicomLabel
    Syntax
    'Declaration
     
    
    Public Property ShadowColor As System.Drawing.Color
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Drawing.Color
     
    instance.ShadowColor = value
     
    value = instance.ShadowColor
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also