Measures the height of the specified text in a specified width at run time.
| Overload | Description |
|---|---|
| MeasureParagraphHeight(String,Single) | Measures the height of the specified text in a specified width at run time. |
| MeasureParagraphHeight(String,Single,Font,StringFormat) | Measures the height of the specified text in a specified width, font, and format at run time. |
| C# | Copy Code |
|---|---|
private void arv_Load(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load | |
Units are determined by the Page.Units property.