Share via


TimedTextStyle.OutlineRadius Property

Definition

Gets or sets the radius of the blur applied to outline of the timed text.

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

void OutlineRadius(TimedTextDouble value);
public TimedTextDouble OutlineRadius { get; set; }
var timedTextDouble = timedTextStyle.outlineRadius;
timedTextStyle.outlineRadius = timedTextDouble;
Public Property OutlineRadius As TimedTextDouble

Property Value

The radius of the blur applied to outline of the timed text.

Remarks

A value of zero results in no blurring of the text outline. Set the thickness of the outline with OutlineThickness.

Applies to