FMX.Filter.Effects.TDirectionalBlurEffect.Angle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Angle: Single read GetAngle write SetAngle nodefault;

C++

__property float Angle = {read=GetAngle, write=SetAngle};

Properties

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

Description

Specifies direction of blur, in degrees, applied to the visual component. Angle is a System.Single value that takes values in the range from 0.00 through 360.00.

If Angle is not explicitly set, it is considered equal to 0.

See Also