FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / Top Property


In This Topic
Top Property (CalloutArrowShape)
In This Topic
Gets or sets the y-coordinate of the object.
Syntax
'Declaration
 
Public Overridable Property Top As Integer
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Integer
 
instance.Top = value
 
value = instance.Top
See Also