FMX.StdCtrls.TPathLabel.WrapMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WrapMode: TPathWrapMode read GetWrapMode write SetWrapMode  default TPathWrapMode.Stretch;

C++

__property Fmx::Objects::TPathWrapMode WrapMode = {read=GetWrapMode, write=SetWrapMode, default=2};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPathLabel

Description

Specifies the way the contents of this path label will be drawn.

WrapMode can take one of the following values:

Value Meaning

Fit

The graphical path contents fit the entire area of this path label.

Original

The graphical path contents show at their original size in this path label.

Stretch

The graphical path contents stretch to fit the entire area of this path label.

Tile

The graphical path contents tile one or multiple times to fill the entire area of this path label.

See Also