WpfTextAnnotationOnAnnotationBrushChanged Method |
Called when the FillProperty has changed.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected override void OnAnnotationBrushChanged(
AnnotationBrush annotationBrush
)
Protected Overrides Sub OnAnnotationBrushChanged (
annotationBrush As AnnotationBrush
)
Parameters
- annotationBrush
- Type: Atalasoft.AnnotateAnnotationBrush
The new AnnotationBrush for the fill.
See Also