Search
ShapeTemplate.VerticalScale Property
See Also
 



Gets or sets the vertical scale of the coordinate system in which shape vertex points are defined.

 Syntax

VB6  Copy Code

Public Property Get VerticalScale() As Integer
Public Property Let VerticalScale( _
    ByVal value As Integer _
)

C++  Copy Code

public:
short get_VerticalScale ()
void put_VerticalScale (
    short value
)

 Property Value

A long value. The default is 100.

 Remarks

When applying the shape definition to a box, the definition coordinates are mapped to points of a box' bounding rectangle via a scaling transformation. That mapping makes the ratio between the ShapeTemplate Y coordinates to the VerticalScale the same as the ratio between the resulting box points Y coordinates to the box height.

 See Also