This documentation is for the old version. Go to the latest Graphics Mill docs

AviWatermark.TimerFont Property

Gets/sets font settings of the timer watermark.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)

Syntax

Visual Basic
Public Property TimerFont As Font
C#
public Font TimerFont { get; set; }

Property Value

Font object which contains the font settings of the timer watermark.

Remarks

Note

This property makes sense only if the timer watermark is enabled (i.e. the TimerVisible property is set to true).

See Also

Reference