Show: Delphi C++
Display Preferences

FMX.Types.TStrokeCap

From XE3 API Documentation
Jump to: navigation, search

Delphi

TStrokeCap = (scFlat, scRound);

C++

enum class DECLSPEC_DENUM TStrokeCap : unsigned int { scFlat, scRound };

Contents

Properties

Type Visibility Source Unit Parent
enum public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Specifies the graphic style used to draw the ends of a line.

TStrokeCap can have the following values:

Value Meaning

scFlat

The line ends at the last point. The end is squared off. ScFlat.png

scRound

The line end is circular. The center of the circle is the last point in the line. The diameter of the circle is the line width. ScRound.png

See Also

Code Examples

Personal tools
Translations