A Double type property. The X-coordinate of the end point of the shape.
Applies to: Shape object
[[Let] endXRet =] object.EndX [Let] object.EndX = endXSet |
The EndX property syntax has these parts:
Part | Description |
object | Required. An expression that returns a Shape object. |
endXRet | Optional. A Double type variable. |
endXSet | Required. An expression that returns a Double value. |
This property is only effective for 1D-shapes. The type of a shape can be determined by using the following properties: Is1D, ObjType.
The EndX property is also a table parameter of the shape, that is, its value can be described by a formula. To work with EndX as a table parameter, use the CDPT_ENDX constant tag.
The unit of measure for the specified coordinates is the internal ConceptDraw unit (InternalUnit).
See Also |
BeginX property, BeginY property, EndY property, Is1D property, ObjType property |