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


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