'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.