Show: Delphi C++
Display Preferences

FMX.Types.TControl.Canvas

From XE2 API Documentation
Jump to: navigation, search

Delphi

property Canvas: TCanvas read GetCanvas;

C++

__property TCanvas* Canvas = {read=GetCanvas};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControl

Description

Provides the drawing surface of the control.

Canvas defines an area within which you can explicitly position child elements by using coordinates that are relative to the drawing area.

For more details, see TCanvas.

See Also

Personal tools
Previous Versions
Translations