Stylesheet? Did you mean event sheet?
You can use "System Compare two values" condition for Touch.SpeedAt()
and "System Is Between Angles" or "System Is Within Angle" to compare Touch.AngleAt()
Note though, that if you want to detect swipe gestures properly, these are not enough. You also need to check that the finger is not changing direction, compare time etc.