vlineTo
Add a VLineTo to this container.
Return
the control added.
Create a VLineTo with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun PathElementContainer.vlineTo(y: Double = 0.0, configuration: VLineTo.() -> Unit): VLineTo
Add a VLineTo with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.