FMX.Objects3D.TRectangle3D.XRadius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property XRadius: Single read FXRadius write SetXRadius;

C++

__property float XRadius = {read=FXRadius, write=SetXRadius};

Properties

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

Description

Determines the amount of roundness to apply to the edges of this 3D rectangle, on the horizontal X axis.

Use XRadius along with YRadius to determine how this 3D rectangle will look in terms of corner roundness.

See Also