WpfTextAnnotation Constructor |
Name | Description | |
---|---|---|
WpfTextAnnotation |
Creates an instance of WpfTextAnnotation using default property values.
| |
WpfTextAnnotation(String) |
Creates a new instance of WpfTextAnnotation using the specified string.
| |
WpfTextAnnotation(TextData) |
Creates an instance of WpfTextAnnotation from a TextData object.
| |
WpfTextAnnotation(String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen) |
Creates a new instance of WpfTextAnnotation using the specified arguments.
| |
WpfTextAnnotation(Rect, String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen) |
Creates a new instance of WpfTextAnnotation with the specified bounds and property values.
| |
WpfTextAnnotation(String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen, AnnotationBrush, Point) |
Creates a new instance of WpfTextAnnotation using the specified arguments.
| |
WpfTextAnnotation(Rect, String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen, AnnotationBrush, Point) |
Creates a new instance of WpfTextAnnotation with the specified bounds and property values.
| |
WpfTextAnnotation(Rect, String, AnnotationFont, AnnotationBrush, AnnotationBrush, AnnotationPen, AnnotationBrush, Point, Double, StringAlignment, StringAlignment) |
Creates a new instance of WpfTextAnnotation with the specified bounds and property values.
|