ExtendedMaterial.TextureFilename Property (Microsoft.DirectX.Direct3D)

Retrieves or sets a string that specifies the file name of the texture.

Definition

Visual BasicPublic Property TextureFilename As String
C#public string TextureFilename { get; set; }
C++public:
property StringLeave Site^ TextureFilename {
        StringLeave Site^ get();
        void set(StringLeave Sitevalue);
}
JScriptpublic function get TextureFilename() : String
public function set TextureFilename(String);

Property Value

System.String
A StringLeave Site instance that specifies the file name of the texture.

This property is read/write. 
Show: