Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ImageCellType Class / Style Property


In This Topic
    Style Property (ImageCellType)
    In This Topic
    Gets or sets the render style of the image.
    Syntax
    'Declaration
     
    
    Public Property Style As RenderStyle
    'Usage
     
    
    Dim instance As ImageCellType
    Dim value As RenderStyle
     
    instance.Style = value
     
    value = instance.Style
    public RenderStyle Style {get; set;}
    See Also