Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / PaintEffectsOnly Property


In This Topic
PaintEffectsOnly Property
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

Property Value

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