Right Property

Gets or sets a Double value, representing the coordinate of the rightmost point of an instance of the object.

Applies to objects: DRect

Syntax

[Let] RetVal = object.Right

[Let] object.Right = SetVal

 

Part Description
object A reference to an instance of the object.
RetVal A Double type variable.
SetVal A Double value.

Example

Dim MyObject as new DRect   ' Create an instance of the object
MyObject.Right = 200

 

See Also

DRect Object