Gets and sets the distance between the y-coordinates of the attached objects. This number stays consistent while the objects are attached. A positive DeltaY places this object behind the leading object.
JavaScript |
|
DeltaY |
C# |
|
double DeltaY { get; set; } |
C++ |
|
HRESULT DeltaY ([out, retval] double* DeltaY) HRESULT DeltaY ([in] double DeltaY) |