WpfEmbeddedImageAnnotation.ShadowOffset 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)
Syntaxpublic Point ShadowOffset { get; set; }
Public Property ShadowOffset As Point
Get
Set
Property Value
Type:
PointThe offset used to position the shadow.
RemarksA 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