Property VLRipple.TVLRipple.DampingFactor
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLRipple
Contents |
Syntax
Delphi:
property DampingFactor : Single read FDampingFactor write SetDampingFactor;
C++ Builder:
__property float DampingFactor = { read=FDampingFactor, write=SetDampingFactor };
Summary
Specifies the ripple damping factor.
Description
Use this property to specify the ripple damping factor.
The bigger the value, more damping will be applied, and sooner the ripples will disappear.