Vcl.Direct2D.TDirect2DPen.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read FWidth write FWidth default 1;

C++

__property int Width = {read=FWidth, write=FWidth, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DPen

Description

Specifies the width of the pen, in pixels.

Use Width to give the line a greater weight. If you attempt to set Width to a value less than 0, the new value is ignored.

Note: The value of Width influences which values of Style are valid.

See Also