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


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