Vcl.Direct2D.TDirect2DFont.SetHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHeight(const Value: Integer);

C++

void __fastcall SetHeight(const int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DFont

Description

SetHeight is the setter method for the Height property.

SetHeight is executed each time the Height property is changed.

See Also