Viscom Software Image Thumbnail CP ActiveX Control

ClipTopMargin Property

Description:   

Get/Set the top margin of image clip. If the margin greater than clip size, the image clip will not change.

Usage:   

ImageThumbnailCP1.ClipTopMargin[= value]

Data Type:   

Integer

Example:   

This Visual Basic example set the top margin of text in image clip:

Private Sub Form_Load()
       ImageThumbnailCP1.ClipTopMargin=10

End Sub