PaintEffectsOnly Property
Gets a boolean value indicating whether the child aren't painted.
public bool PaintEffectsOnly {get;}
'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.