| AnimationResourceResourceFile Property |
Gets the name of the file containing the animation resource.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public 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