Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the name of the effect file.
Definition
Visual Basic Public Property EffectFilename As String C# public string EffectFilename { get; set; } C++ public:
property String^ EffectFilename {
String^ get();
void set(String^ value);
}JScript public function get EffectFilename() : String
public function set EffectFilename(String);
Property Value
System.String
A Stringinstance that contains the name of the effect file.
This property is read/write.
.gif)