ScaleHeight Property
ScaleHeight returns or sets the height of the scale bar in page units. Returns a double.
Syntax
object.ScaleHeight
object.ScaleHeight = ScaleHeight
Parameter |
Type |
Description |
ScaleHeight |
Double |
Returns or sets the height of the scale bar in page units |
Example
This example demonstrates how to set the height of the scale bar to 2 centimeters.
scale.ScaleHeight = 2 'cm
Used by: ScaleBar object