In This Topic
GdPicture14 Namespace / ThumbnailEx Class / EnableDropShadow Property

EnableDropShadow Property (ThumbnailEx)

In This Topic
Determines whether thumbnails are rendered with a very light and gentle drop shadow effect on the screen. This feature is not compatible with thumbnail borders. To activate it, switch the ThumbnailBorder property to False. Default value is true.
Syntax
'Declaration
 
Public Property EnableDropShadow As Boolean
public bool EnableDropShadow {get; set;}
public read-write property EnableDropShadow: Boolean; 
public function get,set EnableDropShadow : boolean
public: __property bool get_EnableDropShadow();
public: __property void set_EnableDropShadow( 
   bool value
);
public:
property bool EnableDropShadow {
   bool get();
   void set (    bool value);
}
See Also