ToolsAPI.Editor.INTACodeEditorOptions280.GutterWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GutterWidth: Integer read GetGutterWidth;

C++

__property int GutterWidth = {read=GetGutterWidth};

Properties

Type Visibility Source Unit Parent
property public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
ToolsAPI.Editor INTACodeEditorOptions280

Description

Specifies the horizontal size of the gutter in pixels.

Use the GutterWidth property to control the width of the gutter in the Code Editor.

See Also