Gets the texture wrap for the t
direction.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property WrapT() As AgEStkGraphicsTextureWrap
|
| [C#] |
|---|
public AgEStkGraphicsTextureWrap WrapT {get;}
|
| [Managed C++] |
|---|
public: __property AgEStkGraphicsTextureWrap get_WrapT();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_WrapT(
|
| [Java] |
|---|
public AgEStkGraphicsTextureWrap getWrapT();
|