FMX.Types.TBounds.Right

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Right: Single read FRight write SetRight stored IsRightStored nodefault;

C++

__property float Right = {read=FRight, write=SetRight, stored=IsRightStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TBounds

Description

Specifies the right edge of the margin.

Use the Right property to set and get the right edge of the margin.

See Also