AnnotationTextProperties Class Members
In This Topic
The following tables list the members exposed by
AnnotationTextProperties.
Public Constructors
Public Properties
| | Name | Description |
 | AutoFontMaxSize | Gets or sets the maximum font size when auto font size is enabled (AutoFontSize == True). |
 | AutoFontMinSize | Gets or sets the minimum font size when auto font size is enabled (AutoFontSize == True). |
 | AutoFontSize | Gets or sets a value indicating whether the annotation's font size depends on the annotation size. |
 | AutoSize | Gets or sets a value indicating whether the annotation's size depends on the text size. |
 | Font | Gets or sets the Font of annotation. |
 | FontBrush | Gets or sets the font brush of annotation. |
 | FontTransparent | Gets or sets a value indicating whether the annotation's font is transparent. |
 | Text | Gets or sets the text of annotation. |
 | TextAlign | Gets or sets the alignment of text in the annotation. |
 | TextPadding | Gets or sets the text padding within the annotation. |
Public Methods
Protected Methods
Public Events
| | Name | Description |
 | PropertyChanged | Occurs when the property of annotation pen is changed. |
 | PropertyChanging | Occurs when the property of annotation pen is changing. |
See Also