Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Drawing Class / BitmapCacheable Property


In This Topic
    BitmapCacheable Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property BitmapCacheable As Boolean
    'Usage
     
    Dim instance As Drawing
    Dim value As Boolean
     
    instance.BitmapCacheable = value
     
    value = instance.BitmapCacheable
    public bool BitmapCacheable {get; set;}
    See Also