FMX.Objects.TLine.ShortenLine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShortenLine: Boolean read FShortenLine write SetShortenLine default False;

C++

__property bool ShortenLine = {read=FShortenLine, write=SetShortenLine, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TLine

Description

Indicates whether to shorten the line.

If True, the width of the line is reduced symmetrically by half of the thickness, while the value of Width stays the same.

See Also