WpfTextAnnotationOnAnnotationPenChanged Method |
Called when the OutlineProperty has changed.
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 protected override void OnAnnotationPenChanged(
AnnotationPen annotationPen
)
Protected Overrides Sub OnAnnotationPenChanged (
annotationPen As AnnotationPen
)
Parameters
- annotationPen
- Type: Atalasoft.AnnotateAnnotationPen
The new AnnotationPen for the outline.
See Also