Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingSurface Interface / IgnoreApplyEffect Property


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