Click or drag to resize

WpfTextAnnotationShadowOffset Property

Gets or sets the shadow offset from the annotation location.

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 shadow offset from the annotation location.
Remarks
A negative value will move the shadow to the left and up while a positive value moves the shadow to the right and down.
See Also