FMX.Skia.TSkLabel.SetAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAlign(const AValue: TAlignLayout); override;

C++

virtual void __fastcall SetAlign(const Fmx::Types::TAlignLayout AValue);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
FMX.Skia.pas
FMX.Skia.hpp
FMX.Skia TSkLabel

Description

Setter function for the Align property.

FMX.Skia.TSkLabel.SetAlign inherits from FMX.Controls.TControl.SetAlign. All content below this line refers to FMX.Controls.TControl.SetAlign.

Setter function for the Align property. Value specifies the new value of the Align property.

See Also