FMX.Filter.Effects.TBandedSwirlEffect.Bands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bands: Single read GetBands write SetBands nodefault;

C++

__property float Bands = {read=GetBands, write=SetBands};

Properties

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

Description

Specifies the number of swirling bands.

Bands is a System.Single value that takes values in the range from 0 through 20.

If Bands is set to 0, TBandedSwirlEffect has a visual effect similar to TSwirlEffect.

If Bands is not explicitly set, it is considered equal to 10.

See Also