Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomFocusIndicatorRenderer Class / Bitmap Property


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