:right-sidebar: True PathDirection =================================================================== .. currentmodule:: gi.repository.Gsk .. versionadded:: 4.14 .. class:: PathDirection :no-contents-entry: The values of the ``GskPathDirection`` enum are used to pick one of the four tangents at a given point on the path. Note that the directions for ``GSK_PATH_FROM_START``\/``GSK_PATH_TO_END`` and ``GSK_PATH_TO_START``\/``GSK_PATH_FROM_END`` will coincide for smooth points. Only sharp turns will exhibit four different directions. .. image:: https://docs.gtk.org/gsk4/directions-light.png Fields ------ .. rst-class:: interim-class .. class:: PathDirection :no-index: .. attribute:: FROM_END The type of the None singleton. .. attribute:: FROM_START The type of the None singleton. .. attribute:: TO_END The type of the None singleton. .. attribute:: TO_START The type of the None singleton.