Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / PictureZoomEffect Property


In This Topic
    PictureZoomEffect Property (ButtonCellType)
    In This Topic
    Gets or sets whether the image has zoom effects.
    Syntax
    'Declaration
     
    
    Public Property PictureZoomEffect As Boolean
    'Usage
     
    
    Dim instance As ButtonCellType
    Dim value As Boolean
     
    instance.PictureZoomEffect = value
     
    value = instance.PictureZoomEffect
    public bool PictureZoomEffect {get; set;}
    See Also