ArcObjects Library Reference (Animation)  

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(
  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

Product Availability

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

See Also

IAGGroupAnimationOptions Interface

.NET Snippets

Create Group Layer Animation