Note: This topic is for
Document/Medical only.
The polyline annotation object
(AnnPolylineObject)
is an array of points that create a sequence of joined lines. With the automated
functions, each line segment is formed with a mouse click, and the object is
completed on a double-click. You can change the points using the
Points
property. Programmatically, the boundaries and location of the polyline object can
be controlled using the following properties:
The
AnnPolylineObject
class inherits a number of properties from the
AnnObjectBase class
that provide support for font, pen and brush characteristics. These properties are
listed below:
Fill Stroke StrokeDashArray StrokeDashCap StrokeDashOffset StrokeEndLineCap StrokeLineJoin StrokeMiterLimit StrokeStartLineCap StrokeThickness FontDecorations FontFamily FontSize FontStretch FontStyle FontWeight SupportsFill SupportsFont SupportsStroke
Header HeaderBackground HeaderDecorations HeaderFontFamily HeaderFontSize HeaderFontStretch HeaderFontStyle HeaderFontWeight HeaderForeground HeaderOffset IsHeaderRestricted IsHeaderVisible
For more information about the automated polyline annotation object, refer to WPF Annotation Objects - Automated Features.