WpfReferencedImageAnnotationShadowOffset 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; }
Public Property ShadowOffset As Point
Get
Set
Property Value
Type:
PointThe 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