<< Click to Display Table of Contents >>
ArcEndAngle |
This property configures a final angle for this object's arc, in degrees. The accepted interval for this property ranges from 0 (zero) to 359. Arc's style and shape also depend on the ArcBeginAngle and ArcStyle properties. Default value of this property is 270. Example:
Sub CommandButton9_Click()
Screen.Item("Arc1").ArcEndAngle = 12
End Sub