Previous Document Next Document
Polygon.Sharpness

Property Sharpness As Long

Member of Polygon

The Sharpness property returns or sets the sharpness of a star-shaped polygon. The maximum value of this property is determined by the number of sides that the star contains.

The following code example sets the sharpness of the currently selected polygon:

Sub Test() 
 ActiveShape.Polygon.Sharpness = 2 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.