| Visual Basic (Declaration) | |
|---|---|
Public Property TextWidth As Single | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public float TextWidth {get; set;} | |
Return Value
A float or single value in inches.| C# | Copy Code |
|---|---|
using DataDynamics.ActiveReports.Viewer.Annotations; | |
| Visual Basic | Copy Code |
|---|---|
Imports DataDynamics.ActiveReports.Viewer.Annotations | |
If the TextWidth property is set on the viewer to a value larger than the width of the AnnotationLine object, the AnnotationLine object is redrawn to accommodate the text.