Previous Document Next Document

Object Model Reference : Classes : P : Polygon : Properties : Polygon.Sharpness


Polygon.Sharpness

Property Sharpness As Long

Description

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.

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.