FMX.Graphics.TStrokeBrush

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Graphics.TBrushSystem.Classes.TPersistentSystem.TObjectTStrokeBrush

Delphi

TStrokeBrush = class(TBrush)

C++

class PASCALIMPLEMENTATION TStrokeBrush : public TBrush

Properties

Type Visibility Source Unit Parent
class public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Description

Determines the color and pattern used to draw lines and shape contours.

To customize the drawing pen, change the Thickness, Cap, Dash, and Join properties of the TStrokeBrush object.

To define the Custom dash-dot style for the drawing pen, use the SetCustomDash method.

See Also

Code Example