TimedTextStyle.OutlineThickness 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 thickness of the outline of the timed text.
public:
property TimedTextDouble OutlineThickness { TimedTextDouble get(); void set(TimedTextDouble value); };
TimedTextDouble OutlineThickness();
void OutlineThickness(TimedTextDouble value);
public TimedTextDouble OutlineThickness { get; set; }
var timedTextDouble = timedTextStyle.outlineThickness;
timedTextStyle.outlineThickness = timedTextDouble;
Public Property OutlineThickness As TimedTextDouble
Property Value
The thickness of the outline of the timed text.