Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / PaintEffectsOnly Property


In This Topic
    PaintEffectsOnly Property (GeometryDrawing)
    In This Topic
    Gets a boolean value indicating whether the child aren't painted.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PaintEffectsOnly As Boolean
    'Usage
     
    
    Dim instance As GeometryDrawing
    Dim value As Boolean
     
    value = instance.PaintEffectsOnly
    public bool PaintEffectsOnly {get;}

    Property Value

    true if the background of the shape is painted only; otherwise, false if child shapes are painted too.
    See Also