TimedTextStyle.IsBackgroundAlwaysShown 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 indicating if the background color stays visible when no text is being displayed.
public:
property bool IsBackgroundAlwaysShown { bool get(); void set(bool value); };
bool IsBackgroundAlwaysShown();
void IsBackgroundAlwaysShown(bool value);
public bool IsBackgroundAlwaysShown { get; set; }
var boolean = timedTextStyle.isBackgroundAlwaysShown;
timedTextStyle.isBackgroundAlwaysShown = boolean;
Public Property IsBackgroundAlwaysShown As Boolean
Property Value
Boolean
bool
A value indicating if the background color stays visible when no text is being displayed.