Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ImageFocusIndicatorRenderer Class / Image Property


In This Topic
    Image Property (ImageFocusIndicatorRenderer)
    In This Topic
    Gets or sets the image to use for rendering the custom focus indicator.
    Syntax
    'Declaration
     
    
    Public Property Image As Image
    'Usage
     
    
    Dim instance As ImageFocusIndicatorRenderer
    Dim value As Image
     
    instance.Image = value
     
    value = instance.Image
    public Image Image {get; set;}
    See Also