Object Model Reference : Classes : P : Polygon : Properties : Polygon.Sharpness |
Property Sharpness As Long
Member of Polygon
The Sharpness property returns or specifies the sharpness of a star-shaped polygon. The maximum value of this property is determined by the number of sides contained by the star.
The following VBA example sets the sharpness of the currently selected polygon.
Sub Test() |
ActiveShape.Polygon.Sharpness = 2 |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.