This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGGroupAnimationOptions Interface > IAGGroupAnimationOptions.FadingPercentage Property (ArcObjects .NET 10.5 SDK) |
The percentage (0-100) of transparency fading time.
[Visual Basic .NET] Public Property FadingPercentage As Integer
[C#] public int FadingPercentage {get; set;}
[C++]
HRESULT get_FadingPercentage(
Long* pFadePercent
);
[C++]
HRESULT put_FadingPercentage(
Long pFadePercent
);
[C++]
Parameters pFadePercent [out, retval] pFadePercent is a parameter of type Long pFadePercent [in] pFadePercent is a parameter of type Long