Gets or sets the filename of the background texture.
Read-write property
[Visual Basic .NET] |
---|
Public Property BackgroundTextureFilename() As String |
[C#] |
---|
public string BackgroundTextureFilename {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_BackgroundTextureFilename(); |
[Unmanaged C++] |
---|
public: HRESULT get_BackgroundTextureFilename( BSTR * pRetVal ); public: HRESULT put_BackgroundTextureFilename( BSTR FileName ); |
[Java] |
---|
public String getBackgroundTextureFilename(); public void setBackgroundTextureFilename( String ); |