FMX.Graphics.TCanvas.StrokeDash

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StrokeDash: TStrokeDash write SetStrokeDash;

C++

__property TStrokeDash StrokeDash = {write=SetStrokeDash, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas

Description

Specifies the line style.

A customized line is composed of elements with different lengths and spaces between elements.

If StrokeDash is not Solid, StrokeCap affects the ends of each element of the customized line.

The predefined styles are defined by TStrokeDash.

To create a new line style, use SetCustomDash.

See Also

Code Example