Viscom Software Image Thumbnail CP ActiveX Control

ClipShadowColor Property

Description:   

Set the shadow color of image clip.

Usage:   

ImageThumbnailCP1.ClipShadowColor[= value]

Data Type:   

RGB color

Example:   

This Visual Basic example set the shadow color of image clip to red:

Private Sub Form_Load()
       ImageThumbnailCP1.ClipShadowColor=RGB(255,0,0)

End Sub