![]() |
![]() |
Shape.AbsoluteSkew
Property AbsoluteSkew As Double
Member of Shape
The AbsoluteSkew property returns the absolute skew angle that has been applied to the shape since it was created.
The AbsoluteSkew property returns a read-only value.
The following code example displays the absolute skew angle of the selected shape:
Sub Test() If ActiveShape.AbsoluteSkew <> 0 Then MsgBox "The current shape is skewed. Skew angle is " & _ ActiveShape.AbsoluteSkew End If End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.