WpfPdfMarkupAnnotationUnSelectedGeometry Property |
Gets the geometry of the annotation without the selection dashes.
Namespace:
Atalasoft.Annotate.Wpf.Pdf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic virtual PathGeometry UnSelectedGeometry { get; }Public Overridable ReadOnly Property UnSelectedGeometry As PathGeometry
Get
Property Value
Type:
PathGeometryA PathGeometry for the annotation without the selection dashes.
See Also