Show: Delphi C++
Display Preferences

FMX.Types.TStrokeDash

From XE3 API Documentation
Jump to: navigation, search

Delphi

TStrokeDash = (sdSolid, sdDash, sdDot, sdDashDot, sdDashDotDot, sdCustom);

C++

enum class DECLSPEC_DENUM TStrokeDash : unsigned int { sdSolid, sdDash, sdDot, sdDashDot, sdDashDotDot, sdCustom };

Contents

Properties

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

Description

Specifies the style of a line.

TStrokeDash can have the following values:

Value Meaning

sdSolid

The line is solid. SdSolid.png

sdDash

The line is dashed. SdDash.png

sdDot

The line is dotted. SdDot.png

sdDashDot

The line is composed of alternating dash-dot groups. SdDashDot.png

sdDashDotDot

The line is composed of alternating dash-dot-dot groups.SdDashDotDot.png

sdCustom

The line is composed of alternating elements with a certain rule specified by an array of values for the lengths and spaces between elements.

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

See Also

Code Example

Personal tools
Translations