Share via


TimedTextBouten.Color Property

Definition

Gets or sets the color of a bouten mark in timed text.

public:
 property Color Color { Color get(); void set(Color value); };
Color Color();

void Color(Color value);
public Color Color { get; set; }
var color = timedTextBouten.color;
timedTextBouten.color = color;
Public Property Color As Color

Property Value

A Color structure specifying the color of a bouten mark.

Applies to