FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ShapeEventArgs Class / ShapeType Property


In This Topic
ShapeType Property
In This Topic
Get or set the ShapeType
Syntax
'Declaration
 
Public Property ShapeType As String
 
'Usage
 
Dim instance As ShapeEventArgs
Dim value As String
 
instance.ShapeType = value
 
value = instance.ShapeType
See Also