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