Note: This topic is for Document/Medical only.
The WPF annotation select object (AnnSelectObject) is a simple rectangle that can be used to select an object(s) to be edited. If more than one object is being selected, the selected objects will be removed from the container and being added to a temporary group object.
The AnnSelectObject class inherits a number of properties from the AnnObjectBase class, that provide support for stroke and fill characteristics. These properties are listed below:
Fill Stroke StrokeDashArray StrokeDashCap StrokeDashOffset StrokeEndLineCap StrokeLineJoin StrokeMiterLimit StrokeStartLineCap StrokeThickness SupportsFill SupportsFont SupportsStroke
Also, AnnSelectObject contains AnnSelectObject.BackStroke property that can be used in combination with the above stroke properties to control the select object outline.
It is not recommended to set the header properties of the AnnSelectObject.
It is not recommended to set the RenderTransform property of the AnnSelectObject.
For more information about the automated select annotation object, refer to WPF Annotation Objects - Automated Features.