TdxFadingOptions Class
In This Article
Contains a UI element’s fading animation settings.
#Declaration
Delphi
TdxFadingOptions = class(
TPersistent
)
#Remarks
This class provides properties that allow you to specify the fade-in and fade-out animation effect settings of a UI element.
A TdxFadingOptions object is referenced by the Ribbon control’s OptionsFading option sets.
#Inheritance
TObject
TPersistent
TdxFadingOptions
See Also