TimedTextStyle.OutlineRadius Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.