  | AnimationResourceResourceFile Property  | 
 
            Gets the name of the file containing the animation resource.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ResourceFile { get; }Public ReadOnly Property ResourceFile As String
	Get
public:
property String^ ResourceFile {
	String^ get ();
}member ResourceFile : string with get
Property Value
Type: 
String
            The name of the file containing the animation resource. This is typically a DLL or EXE file.
            
See Also