This document is archived and information here might be outdated.  Recommended version.


IAGGroupAnimationOptions.FadingPercentage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGGroupAnimationOptions Interface > IAGGroupAnimationOptions.FadingPercentage Property
ArcGIS Developer Help

IAGGroupAnimationOptions.FadingPercentage Property

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(
  System.Int32* pFadePercent
);
[C++]
HRESULT put_FadingPercentage(
  Long pFadePercent
);
[C++]
Parameters
pFadePercent [out, retval]

pFadePercent is a parameter of type int* pFadePercent [in]
pFadePercent is a parameter of type int

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGGroupAnimationOptions Interface