Gets or sets a Double value that represents the Y-coordinate for a control handle's anchor point in local coordinates.
Applies to objects: ControlDot
[Let] RetVal = object.YDyn [Let] object.YDyn = SetVal |
The YDyn 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 YDyn property.
Dim MyControlDot as ControlDot, MyShape As Shape |
See Also |
ControlDot Object, XDyn Property, PropertyChanged Method |