Get the chain's 2D static graphics
properties.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Static() As IAgChGfxStatic
|
| [C#] |
|---|
public IAgChGfxStatic Static {get;}
|
| [Managed C++] |
|---|
public: __property IAgChGfxStatic^ get_Static();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Static(
|
| [Java] |
|---|
public IAgChGfxStatic getStatic();
|