FMX.Filter.Effects.TPencilStrokeEffect.brushSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property brushSize: Single read GetbrushSize write SetbrushSize nodefault;

C++

__property float brushSize = {read=GetbrushSize, write=SetbrushSize};

Properties

Type Visibility Source Unit Parent
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TPencilStrokeEffect

Description

Specifies the brush size of the pencil stroke effect.

BrushSize is a System.Single value that takes values in the range from 1.00 through 19.00.

If BrushSize is not explicitly set, it is considered equal to 5.00.

See Also