Gets or sets the horizontal scale of the coordinate system in which shape vertex points are defined.
SyntaxVB6
Copy Code
|
|---|
Public Property Get HorizontalScale() 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 X coordinates to the HorizontalScale the same as the ratio between the resulting box points X coordinates to the box width.
See Also