Get the animation graphics.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Animation() As IAgFmGfxAttributesAnimation
|
| [C#] |
|---|
public IAgFmGfxAttributesAnimation Animation {get;}
|
| [Managed C++] |
|---|
public: __property IAgFmGfxAttributesAnimation^ get_Animation();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Animation(
|
| [Java] |
|---|
public IAgFmGfxAttributesAnimation getAnimation();
|