FMX.Objects3D.TGrid3D.Frequency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Frequency: Single read FFrequency write SetFrequency;

C++

__property float Frequency = {read=FFrequency, write=SetFrequency};

Properties

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

Description

Specifies the distance between two parallel, consecutive lines in this grid.

Frequency is used to determine the number of squares that are displayed by this grid. Modify the Frequency property in order to increase or decrease the density of the grid.

Note: By default, the Frequency value is 1.

See Also