FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / TopOffset Property


In This Topic
TopOffset Property (SpreadShapesContainer)
In This Topic
Gets or sets the top offset of the container.
Syntax
'Declaration
 
Public Property TopOffset As Integer
 
'Usage
 
Dim instance As SpreadShapesContainer
Dim value As Integer
 
instance.TopOffset = value
 
value = instance.TopOffset
See Also