The offset of the text from the marker.
[Visual Basic 6.0] Sub SetMarkerToTextOffset(
ByVal XOffset As Single, _
ByVal YOffset As Single _
)
[Visual Basic .NET] Public Sub SetMarkerToTextOffset ( _ ByVal XOffset As Single, _ ByVal YOffset As Single _ )
[C#] public void SetMarkerToTextOffset ( float XOffset, float YOffset );
[Java] public void setMarkerToTextOffset ( float XOffset, float YOffset ) throws IOException, AutomationException
[C++]
HRESULT SetMarkerToTextOffset(
float XOffset,
float YOffset
);
Parameters
XOffset [in]
XOffset is a parameter of type float
YOffset [in]
YOffset is a parameter of type float