Gets/sets the solid brush object used to draw the timer watermark. In fact, this property is used to specify the color of the timer watermark.

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

Syntax

Visual Basic

Public Property TimerBrush As SolidBrush

C#

public SolidBrush TimerBrush { get; set; }

Property Value

SolidBrush value which contains the color 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).