Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ProgressCellType Class / Picture Property


In This Topic
    Picture Property (ProgressCellType)
    In This Topic
    Gets or sets the image to display for the progress indicator when indicator style is set to display a picture.
    Syntax
    'Declaration
     
    
    Public Property Picture As Picture
    'Usage
     
    
    Dim instance As ProgressCellType
    Dim value As Picture
     
    instance.Picture = value
     
    value = instance.Picture
    public Picture Picture {get; set;}
    See Also