FMX.Effects.TBevelEffect.Size

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Size: Integer read FSize write SetSize;

C++

__property int Size = {read=FSize, write=SetSize, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Effects.pas
FMX.Effects.hpp
FMX.Effects TBevelEffect

Description

Specifies the size of the beveled edge.

For Size set to 0, the effect is not applied.

See Also