Gets or sets the vertical scale of the coordinate system in which shape vertex points are defined.
SyntaxVB6
Copy Code
|
|---|
Public Property Get VerticalScale() As Integer |
C++
Copy Code
|
|---|
public: |
A long value. The default is 100.
RemarksWhen 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