FMX.Filter.Effects.TFilterDirectionalBlur.BlurAmount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BlurAmount: Single read GetBlurAmount write SetBlurAmount;

C++

__property float BlurAmount = {read=GetBlurAmount, write=SetBlurAmount};

Properties

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

Description

FMX.Filter.Effects.TFilterDirectionalBlur.BlurAmount inherits from FMX.Filter.Effects.TDirectionalBlurEffect.BlurAmount. All content below this line refers to FMX.Filter.Effects.TDirectionalBlurEffect.BlurAmount.

Specifies the amount of blur applied to the visual component. BlurAmount is a System.Single value that takes values in the range from 0.01 through 10.00.

If BlurAmount is not explicitly set, it is considered equal to 1.

See Also