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