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