Vcl.Direct2D.TDirect2DPen.SetStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStyle(const Value: TPenStyle);

C++

void __fastcall SetStyle(const Vcl::Graphics::TPenStyle Value);

Properties

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

Description

SetStyle is the setter method for the Style property.

SetStyle is executed each time the Style property is changed.

See Also