WpfHotSpotFreehandAnnotationActiveFill Property |
Gets or sets the brush used to fill the annotation when Active is true.
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 ActiveFill { get; set; }
Public Property ActiveFill As AnnotationBrush
Get
Set
Property Value
Type:
AnnotationBrushThe brush used to fill the annotation when Active is true.
Remarks Set this property to null (Nothing in VB) to remove the active fill.
See Also