In This Topic
Controls whether a label is displayed with a contrasting shadow, to make it more
visible over image areas with the same colour.
Syntax
'Declaration
Public Property Shadow As System.Short
'Usage
Dim instance As DicomLabel
Dim value As System.Short
instance.Shadow = value
value = instance.Shadow
public System.short Shadow {get; set;}
public read-write property Shadow: System.Int16;
public function get,set Shadow : System.short
public: __property System.short get_Shadow();
public: __property void set_Shadow(
System.short value
);
public:
property System.short Shadow {
System.short get();
void set ( System.short value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also