Vcl.Graphics.TPen.Mode
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.