FMX.Objects3D.TPath3D.WrapMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TPath3D

Description

Specifies the wrapping mode for this 3D path control.

The following table lists the possible values for the WrapMode property:

Value Meaning

Fit

The graphical path representation is stretched to fit the entire area.

Original

The graphical path representation is rendered at its original size.

Stretch

The graphical path representation is stretched to occupy the entire viewable area.

Tile

The graphical path representation is used repeatedly to tile the area.

See Also