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
public bool PictureZoomEffect {get; set;}
See Also