TimedTextStyle.IsBackgroundAlwaysShown Property

Definition

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.

Applies to