FMX.Maps.TMapCircleDescriptor.ZIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ZIndex: Single;

C++

float ZIndex;

Properties

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

Description

Z-order relative to other map objects.

ZIndex is the z-order of the circle relative to other map objects.

By default, ZIndex is 0.0.

See Also