Property SelectWordOnlyOnDoubleClick
SelectWordOnlyOnDoubleClick
Gets or sets whether the word navigation should select only the word itself without spaces around it or with the
spaces at right.
Default is false
meaning that the spaces at right are included in the selection.
public bool SelectWordOnlyOnDoubleClick { get; set; }