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)
Public Property TimerBrush As SolidBrush
public SolidBrush TimerBrush { get; set; }
This property makes sense only if the timer watermark is enabled (i.e. the TimerVisible property is set to true).