Aurigma Graphics Mill 5.5 for .NET
AviWatermark..::.TimerStyle Property
Gets/sets the style of the timer watermark.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Syntax
Visual Basic
Public Property TimerStyle As AviTimerStyle
C#
public AviTimerStyle TimerStyle { get; set; }
Property Value
AviTimerStyle value which specifies what kind of the timer watermark should be displayed.Remarks
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.