Gets or sets a Double value that represents the x-coordinate for a control handle's anchor point in local coordinates.
Applies to objects: ControlDot
[Let] RetVal = object.XDyn [Let] object.XDyn = SetVal |
The XDyn property syntax has these parts:
Part | Description |
object | A reference to an instance of the object. |
RetVal | A Double type variable. |
SetVal | A Double value. |
This example demonstrates using the XDyn property.
Dim MyControlDot as ControlDot, MyShape As Shape |
See Also |
ControlDot Object, YDyn Property, PropertyChanged Method |