EnableDropShadow Property (ThumbnailEx)
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.
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);
}
'Declaration
Public Property EnableDropShadow As Boolean