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