TdxBreadcrumbEditProgressBarProperties.CancelEffect Property
Specifies the operation cancel animation mode.
Declaration
property CancelEffect: TdxBreadcrumbEditProgressBarCancelEffect read; write; default bpceFillAreaForward;
Property Value
Type | Default |
---|---|
TdxBreadcrumbEditProgressBarCancelEffect | bpceFillAreaForward |
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