FMX.Maps.TMapMarkerDescriptor.Opacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Opacity: Single;

C++

float Opacity;

Properties

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

Description

Marker graphic opacity.

The Opacity field is the opacity of the marker graphic. When opacity is 1.0 the marker graphic is full opaque.

On TMapMarkerDescriptor.Create the opacity is set to 1.

See Also