Description

Y coordinate of the verb. DATATYPE: Integer.

Property Type

  • Read-write property

Syntax

Public Property VerticalVerbOffset() As Variant

Example

Dim MyRelationshipDisplay As RelationshipDisplay
Dim VertVerbOff As Integer

MyRelationshipDisplay.VerticalVerbOffset = VertVerbOff
or
' Sets the y coordinate of the verb

Dim MyRelationshipDisplay As RelationshipDisplay
Dim VertVerbOff As Integer

VertVerbOff = 125
MyRelationshipDisplay.VerticalVerbOffset = VertVerbOff


  • No labels