Click or drag to resize

WpfPolygonAnnotationShadow Property

Gets or sets the brush used for the annotation 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 AnnotationBrush Shadow { get; set; }

Property Value

Type: AnnotationBrush
The brush used for the annotation shadow.
Remarks
Set this property to null (Nothing in VB) to remove the shadow.
See Also