This documentation is archived and is not being maintained.
ExtendedMaterial.TextureFilename Property (Microsoft.DirectX.Direct3D)
Retrieves or sets a string that specifies the file name of the texture.
Definition
| Visual Basic | Public Property TextureFilename As String |
| C# | public string TextureFilename {
get; set; }
|
| C++ | public: property String ^ TextureFilename { String ^ get(); void set(String ^ value); } |
| JScript | public
function get TextureFilename() : String public
function set TextureFilename(String);
|
Property Value
System.String
A String
instance that specifies the file name of the texture.
This property is read/write.