DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / ShadowColor Property



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also