Description
Specifies whether an Animate Highlight appears in the 2D Graphics window during access periods. The Animate Highlight is a box drawn around each object participating in the access.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property AnimateGfx() As Boolean
|
| [C#] |
|---|
public bool AnimateGfx {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_AnimateGfx(); public: __property void set_AnimateGfx(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AnimateGfx(
VARIANT_BOOL * pVal
);
public: HRESULT put_AnimateGfx(
VARIANT_BOOL inVal
);
|
| [Java] |
|---|
public bool getAnimateGfx();
public void setAnimateGfx(
bool
);
|
See Also