FMX.Objects3D.TGrid3D.LineColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LineColor: TAlphaColor read GetLineColor write SetLineColor;

C++

__property System::Uitypes::TAlphaColor LineColor = {read=GetLineColor, write=SetLineColor, nodefault};

Properties

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

Description

Specifies the color used to draw the lines of this grid.

The default value for LineColor is #50505050 (a shade of gray) in hex.

See Also