SubtitleFileFile Property
Gets the subtitle file.
Namespace: DevCase.ThirdParty.SubtitleWorkshopAssembly: DevCase.net48.ThirdParty.SubtitleWorkshop (in DevCase.net48.ThirdParty.SubtitleWorkshop.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public FileInfo File { get; }
Public ReadOnly Property File As FileInfo
Get
Dim instance As SubtitleFile
Dim value As FileInfo
value = instance.File
public:
property FileInfo^ File {
FileInfo^ get ();
}
member File : FileInfo with get
No code example is currently available or this language may not be supported.
Return Value
FileInfo
The subtitle file.