FMX.Objects3D.TGrid3D.Marks

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Marks: Single read FMarks write SetMarks;

C++

__property float Marks = {read=FMarks, write=SetMarks};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TGrid3D

Description

Specifies how many lines are in one virtual unit set (every unit is marked by a color).

The default value for Marks is 4. That means that at every 4 lines a line is highlighted by a color.

See Also