FMX.Objects3D.TStrokeCube

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls3D.TControl3DFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTStrokeCube

Delphi

TStrokeCube = class(TControl3D)

C++

class PASCALIMPLEMENTATION TStrokeCube : public Fmx::Controls3d::TControl3D

Properties

Type Visibility Source Unit Parent
class public
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D FMX.Objects3D

Description

Represents a stroked 3D cube.

The TStrokeCube class implements a stroked 3D cube shape built on a 3D wireframe, that can be placed on a 3D FireMonkey form. TStrokeCube is a visual object that can be added from the Tool Palette.

The color of the wireframe can be set through the Color property.

StrokeCube.png

See Also