TimedTextStyle.OutlineColor Property

Definition

Gets or sets the outline color of timed text.

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

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

Property Value

The outline color of timed text.

Applies to