Vcl.Graphics.TPen.Mode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Mode: TPenMode read FMode write SetMode default pmCopy;

C++

__property TPenMode Mode = {read=FMode, write=SetMode, default=4};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TPen

Description

Determines how the pen draws lines on the canvas.

Set Mode to determine how the color of the pen interacts with the color on the canvas.

See Also

Code Examples