SelectDirection
public enum SelectDirection : String, Encodable
When dragmode
is set to select, this limits the selection of the drag to horizontal,
vertical or diagonal.
h only allows horizontal selection, v only vertical, d only diagonal and any sets no limit.