FMX.Filter.Effects.TFilterDirectionalBlur.Angle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Angle: Single read GetAngle write SetAngle;

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 TFilterDirectionalBlur

Description

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

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