FMX.Objects3D.TRectangle3D.YRadius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property YRadius: Single read FYRadius write SetYRadius;

C++

__property float YRadius = {read=FYRadius, write=SetYRadius};

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 vertical Y axis.

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

See Also