Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / XOffset Property


In This Topic
XOffset Property (SpreadChildControlContainer)
In This Topic
Gets or sets the x-coordinate offset of the container.
Syntax
'Declaration
 
Public Property XOffset As Integer
 
'Usage
 
Dim instance As SpreadChildControlContainer
Dim value As Integer
 
instance.XOffset = value
 
value = instance.XOffset
See Also