FMX.Objects3D.TStrokeCube.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read FColor write SetColor;

C++

__property System::Uitypes::TAlphaColor Color = {read=FColor, write=SetColor, nodefault};

Properties

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

Description

Specifies the color of the wireframe.

Use Color to set the color of the stroke used to draw the cube.

See Also