Spread WPF 18
GrapeCity.Drawing Namespace / IDrawingContext Interface / Cacheable Property


In This Topic
    Cacheable Property
    In This Topic
    Gets or sets a value indicating whether the painting result should be cached.
    Syntax
    'Declaration
     
    Property Cacheable As Boolean
    'Usage
     
    Dim instance As IDrawingContext
    Dim value As Boolean
     
    instance.Cacheable = value
     
    value = instance.Cacheable
    bool Cacheable {get; set;}
    See Also