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


In This Topic
    RetainedGraphicsMode Property
    In This Topic
    Gets the value that indicates the graphics mode will be retained or not.
    Syntax
    'Declaration
     
    ReadOnly Property RetainedGraphicsMode As Boolean
    'Usage
     
    Dim instance As IDrawingContext
    Dim value As Boolean
     
    value = instance.RetainedGraphicsMode
    bool RetainedGraphicsMode {get;}
    See Also