Vcl.Direct2D.TDirect2DPen.StrokeStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StrokeStyle: ID2D1StrokeStyle read FStrokeStyle;

C++

__property Winapi::D2d1::_di_ID2D1StrokeStyle StrokeStyle = {read=FStrokeStyle};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DPen

Description

Determines the stroke style in which the pen draws lines.

Use StrokeStyle to specify a more complex style in which the lines are drawn. StrokeStyle accepts an interface that provides a set of methods, each returning a certain drawing option.

The StrokeStyle and Style properties cannot be used at the same time.

See Also