SubtitleFileFPS Property
Gets or sets the FPS of the current 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 float FPS { get; set; }
Public Property FPS As Single
Get
Set
Dim instance As SubtitleFile
Dim value As Single
value = instance.FPS
instance.FPS = value
public:
property float FPS {
float get ();
void set (float value);
}
member FPS : float32 with get, set
No code example is currently available or this language may not be supported.
Return Value
Single
The FPS of the current subtitle file.