GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / VerticalFlip Property


In This Topic
VerticalFlip Property (IShape)
In This Topic
Gets a value indicating whether the specified shape is flipped around the vertical axis.
Syntax
'Declaration
 
ReadOnly Property VerticalFlip As Boolean
 
'Usage
 
Dim instance As IShape
Dim value As Boolean
 
value = instance.VerticalFlip

Property Value

true if the specified shape is flipped around the vertical axis; otherwise, false.
See Also