TimedTextRegion.Padding Property

Definition

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.

Applies to