DicomObjects.NET.8.48 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 System.Drawing.Color
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Drawing.Color
     
    instance.ShadowColor = value
     
    value = instance.ShadowColor
    public System.Drawing.Color ShadowColor {get; set;}
    public read-write property ShadowColor: System.Drawing.Color; 
    public function get,set ShadowColor : System.Drawing.Color
    public: __property System.Drawing.Color get_ShadowColor();
    public: __property void set_ShadowColor( 
       System.Drawing.Color value
    );
    public:
    property System.Drawing.Color ShadowColor {
       System.Drawing.Color get();
       void set (    System.Drawing.Color value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also