C1.Win.8 Assembly / C1.Framework Namespace / RadioButtonElement Class / Offset Method
Offset in the horizontal direction.
Offset in the vertical direction.

In This Topic
Offset Method (RadioButtonElement)
In This Topic
Adjusts the location of this element by the specified amount.
Syntax
'Declaration
 
Public Sub Offset( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
 

Parameters

x
Offset in the horizontal direction.
y
Offset in the vertical direction.
See Also