Vcl.Direct2D.TDirect2DPen.GetStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStyle: TPenStyle;

C++

Vcl::Graphics::TPenStyle __fastcall GetStyle();

Properties

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

Description

GetStyle is the getter method for the Style property.

GetStyle is executed each time the value of the Style property is read.

See Also