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 inverse verb. DATATYPE: Integer.

Property Type

  • Read-write property

Syntax

Public PRoperty HorizontalInverseOffset() As Variant

Example

Dim MyRelationshipDisplay As RelationshipDisplay
Dim HorizInvOff As Integer

MyRelationshipDisplay.HorizontalInverseOffset = HorizInvOff
or
' Sets the x coordinate of the inverse verb

Dim MyRelationshipDisplay As RelationshipDisplay
Dim HorizInvOff As Integer

HorizInvOff = 125
MyRelationshipDisplay.HorizontalInverseOffset = HorizInvOff


  • No labels