Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / PictureZoomEffect Property


In This Topic
PictureZoomEffect Property (FpButton)
In This Topic
Gets or sets whether the image has effects with zooming.
Syntax
'Declaration
 
Public Property PictureZoomEffect As Boolean
 
'Usage
 
Dim instance As FpButton
Dim value As Boolean
 
instance.PictureZoomEffect = value
 
value = instance.PictureZoomEffect
See Also