TdxBreadcrumbEditProgressBarProperties.CancelEffect Property
In This Article
Specifies the operation cancel animation mode.
#Declaration
Delphi
property CancelEffect: TdxBreadcrumbEditProgressBarCancelEffect read; write; default bpceFillAreaForward;
#Property Value
Type | Default |
---|---|
Tdx |
bpce |
#Remarks
Refer to the TdxBreadcrumbEditProgressBarCancelEffect description, for details.
The CancelEffect property is in effect if the Animation property is True.
The default value of the CancelEffect property is bpceFillAreaForward.
See Also