TimedTextRegion.Padding 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 a value that indicates the thickness of padding space between the boundaries of the content area and the content displayed by a TimedTextRegion.
public:
property TimedTextPadding Padding { TimedTextPadding get(); void set(TimedTextPadding value); };
TimedTextPadding Padding();
void Padding(TimedTextPadding value);
public TimedTextPadding Padding { get; set; }
var timedTextPadding = timedTextRegion.padding;
timedTextRegion.padding = timedTextPadding;
Public Property Padding As TimedTextPadding
Property Value
A value that indicates the thickness of padding space between the boundaries of the content area and the content displayed by a TimedTextRegion.