How to hide TTMSFMXMemo.Gutter?

How can I hide the Gutter of TTMSFMXMemo?


In TAdvMemo I can hide it using TAdvMemo1.Gutter.Visible: = False, but I did not find this property in TTMSFMXMemo.


Edit the TMSFMXMemo style in the IDE, locate the gutter under TMSFMXMemoStyle and set gutter.visible = false.

Thank you.