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


In This Topic
    Effectless Property
    In This Topic
    Gets or sets a value that indicates whether the picture will be ignore painting effects.
    Syntax
    'Declaration
     
    Property Effectless As Boolean
    'Usage
     
    Dim instance As IDrawingContext
    Dim value As Boolean
     
    instance.Effectless = value
     
    value = instance.Effectless
    bool Effectless {get; set;}
    See Also