다음을 통해 공유


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 StringLeave Site^ TextureFilename {
        StringLeave Site^ get();
        void set(StringLeave Sitevalue);
}
JScript public 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.