Click or drag to resize

WpfPolygonAnnotationShadowOffset Property

Gets or sets the offset used to position the shadow.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Point ShadowOffset { get; set; }

Property Value

Type: Point
The offset used to position the shadow.
Remarks
A negative value will move the shadow to up and to the left. Positive values will move the shadow down and to the right.
See Also