Gets/sets the timer watermark format string when the timestamp is displayed.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Public Property TimerFormat As String
public string TimerFormat { get; set; }
If you are using formatting object retrieved from the CultureInfo, you can find standard patterns in remarks of the DateTimeFormatInfo class overview in MSDN (.NET Framework Class Library).
This property makes sense only if the timer watermark is enabled (i.e. the TimerVisible property is set to true) and TimerStyle is CurrentDateTime.