TextOverlayBackground Property |
The background of the text. Default is transparent.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Brush Background { get; set; }
Public Property Background As Brush
Get
Set
public:
property Brush^ Background {
Brush^ get ();
void set (Brush^ value);
}
member Background : Brush with get, set
Property Value
Type:
BrushSee Also