FMX.Viewport3D.TViewport3D.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read GetFill write SetFill default TAlphaColors.White;

C++

__property System::Uitypes::TAlphaColor Color = {read=GetFill, write=SetFill, default=-1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Viewport3D.pas
FMX.Viewport3D.hpp
FMX.Viewport3D TViewport3D

Description

Represents the color of this TViewport3D.

See Also