FMX.Maps.TMapPolygonDescriptor.StrokeColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

StrokeColor: TAlphaColor;

C++

System::Uitypes::TAlphaColor StrokeColor;

Properties

Type Visibility Source Unit Parent
field public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapPolygonDescriptor

Description

Polygon stroke alpha color.

StrokeColor is the polygon stroke color of TAlphaColor type.

On TMapPolygonDescriptor.Create, StrokeColor is set to TAlphaColorRec.Black

See Also