Gets/sets the style of the timer watermark.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Public Property TimerStyle As AviTimerStyle
public AviTimerStyle TimerStyle { get; set; }
You can specify the appearance settings of the timer watermark using the TimerFont (font settings) and TimerBrush (color) properties.
If the CurrentDateTime value is used as a timer style, you can adjust the formatting of the date/time displayed as a watermark using the TimerFormatProvider and TimerFormat properties. VideoTime is always displayed as hh:mm:ss. VideoTimeAndFrame is always displayed as hh:mm:ss.index.
To display additional text before and after the timer watermark, use the TimerPrefix and TimerSuffix properties respectively.
This property makes sense only if the timer watermark is enabled (i.e. the TimerVisible property is set to true).