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


In This Topic
ShapeStyle Property (IShape)
In This Topic
Gets or sets an ShapeStyle that represents the shape style of shape range.
Syntax
'Declaration
 
Property ShapeStyle As ShapeStyle
 
'Usage
 
Dim instance As IShape
Dim value As ShapeStyle
 
instance.ShapeStyle = value
 
value = instance.ShapeStyle

Property Value

The shape style.
See Also