FMX.Graphics.TStrokeBrush.Cap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Cap: TStrokeCap read FCap write SetCap default TStrokeCap.Flat;

C++

__property TStrokeCap Cap = {read=FCap, write=SetCap, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TStrokeBrush

Description

Specifies the graphic style used to draw the ends of lines and of shape contours.

The possible values of Cap are Flat and Round defined in the TStrokeCap type.

The default is Flat--squared line ends.

A contour or a line can contain several line elements. If Dash is not Solid, Cap affects the ends of each line element.

See Also

Code Example