You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

X coordinate of the verb. DATATYPE: Integer.

Property Type

  • Read-write property

Syntax

Public PRoperty HorizontalVerbOffset() As Variant

Example

Dim MyRelationshipDisplay As RelationshipDisplay Dim HorizVerbOff As Integer

MyRelationshipDisplay.HorizontalVerbOffset = HorizVerbOff
or
' Sets the x coordinate of the verb

Dim MyRelationshipDisplay As RelationshipDisplay
Dim HorizVerbOff As Integer

HorizVerbOff = 125
MyRelationshipDisplay.HorizontalVerbOffset = HorizVerbOff


  • No labels