VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomTextAnnotationView Class
In This Topic
DicomTextAnnotationView Class Properties
In This Topic
For a list of all properties of this type, see DicomTextAnnotationView.
Public Properties
 NameDescription
Public PropertyGets or sets the anchor point.
Public PropertyGets the unit of measure of anchor point.
Public PropertyGets or sets a value indicating whether anchor point is visible.
Public PropertyGets or sets a value indicating whether the annotation border is visible. (Inherited from DicomAnnotationView)
Public PropertyGets or sets the bottom-right point of annotation.
Public PropertyGets or sets the horizontal justification of text.
Public PropertyGets or sets the top-left point of annotation.
Public PropertyGets or sets a transformer, which is used for building of the annotation.
Public PropertyGets or sets a value indicating whether the annotation can be mirrored. (Inherited from DicomAnnotationView)
Public PropertyGets or sets a value indicating whether the annotation can be moved. (Inherited from DicomAnnotationView)
Public PropertyGets or sets a value indicating whether the size of annotation can be changed. (Inherited from DicomAnnotationView)
Public PropertyGets or sets a value indicating whether the annotation can be rotated. (Inherited from DicomAnnotationView)
Public PropertyGets or sets a value indicating whether the annotation can be selected. (Inherited from AnnotationView)
Public PropertyGets or sets the System.Windows.Forms.ContextMenuStrip associated with the annotation. (Inherited from DicomAnnotationView)
Public PropertyGets or sets information about the user who created the annotation. (Inherited from DicomAnnotationView)
Public PropertyGets or sets the creation time of the annotation. (Inherited from DicomAnnotationView)
Public PropertyGets the annotation data. (Inherited from AnnotationView)
Public PropertyGets or sets the background brush of annotation. (Inherited from DicomAnnotationView)
Public PropertyGets the Graphic Layer of annotation. (Inherited from DicomAnnotationView)
Public PropertyGets or sets a value indicating whether the annotation is mirrored horizontally. (Inherited from DicomAnnotationView)
Public PropertyGets or sets intent of the annotation. (Inherited from AnnotationView)
Public PropertyGets or sets an interaction controller of annotation view. (Inherited from AnnotationView)
Public PropertyGets a value indicating whether the annotation is building. (Inherited from AnnotationView)
Public PropertyGets a value indicating whether this annotation has been disposed of. (Inherited from AnnotationView)
Public PropertyGets a value indicating whether this annotation is ready for drawing, for example, line annotation has points.
Public PropertyGets a value indicating whether the annotation is selected. (Inherited from AnnotationView)
Public PropertyGets or sets a value indicating whether the annotation is visible. (Inherited from DicomAnnotationView)
Public PropertyGets or sets the location, in pixels, of annotation in the image space.
Public PropertyGets or sets information about the user who modified the annotation. (Inherited from DicomAnnotationView)
Public PropertyGets or sets the last time this annotation was modified. (Inherited from DicomAnnotationView)
Public PropertyGets or sets the name of annotation. (Inherited from DicomAnnotationView)
Public PropertyGets or sets the style of the annotation's outline. (Inherited from DicomAnnotationView)
Public PropertyGets the Referenced Image of annotation. (Inherited from DicomAnnotationView)
Public PropertyGets or sets the rotation angle of interactive object.
Public PropertyGets or sets the System.Drawing.Brush that used for filling of annotation's selection. (Inherited from AnnotationView)
Public PropertyGets or sets the System.Drawing.Pen that used for drawing of annotation's selection. (Inherited from AnnotationView)
Public PropertyGets or sets the size, in pixels, of the annotation.
Public PropertyGets or sets the size of the text.
Public PropertyGets or sets style of text.
Public PropertyGets or sets the tooltip associated with the annotation. (Inherited from DicomAnnotationView)
Public PropertyGets or sets a transformer used for transforming (moving/resizing/rotating/...) of the annotation.
Public PropertyGets or sets the text of annotation.
Public PropertyGets or sets the units of measure. (Inherited from DicomAnnotationView)
Public PropertyGets or sets a value indicating whether the annotation is mirrored vertically. (Inherited from DicomAnnotationView)
Protected Properties
 NameDescription
Protected PropertyGets the line cap of anchor line.
Protected PropertyGets a distance, which defines how the IsPointOnFigure(PointF) method must expand the annotation contour for determining whether the point is contained within the annotation. (Inherited from DicomAnnotationView)
Protected PropertyGets the annotation renderer. (Inherited from AnnotationView)
Protected PropertyGets a value indicating whether the annotation must use annotation renderer to draw this annotation. (Inherited from AnnotationView)
See Also