ShadowBrush.OffSet
From Xojo Documentation
Property (As Point )
aShadowBrush.OffSet = newPointValue
or
PointValue = aShadowBrush.OffSet
New in 2020r2
Supported for all project types and targets.
or
PointValue = aShadowBrush.OffSet
New in 2020r2
Supported for all project types and targets.
The amount the shadow will be offset from the original graphic being drawn.
Notes
Offsets can be negative, allowing you to move the virtual light source from upper-left to other locations.
See Also
Point class.