Description
Y coordinate of the inverse verb. DATATYPE: Integer.
Property Type
- Read-write property
Syntax
Public Property VerticalInverseOffset() As Variant
Example
Dim MyRelationshipDisplay As RelationshipDisplay
Dim VertInvOff As Integer
MyRelationshipDisplay.VerticalInverseOffset = VertInvOff
or
' Sets the y coordinate of the inverse verb
Dim MyRelationshipDisplay As RelationshipDisplay
Dim VertInvOff As Integer
VertInvOff = 125
MyRelationshipDisplay.VerticalInverseOffset = VertInvOff
See Also