Previous Document Next Document

Object Model Reference : Classes : S : Shape : Properties : Shape.AbsoluteSkew


Shape.AbsoluteSkew

Property AbsoluteSkew As Double

Description

Member of Shape

The AbsoluteSkew property returns the absolute skew angle applied to a shape since its creation.

The AbsoluteSkew property returns a read-only value.

VBA example

The following VBA 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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.