Skip to content

BackgroundColor

property

Delphi
property BackgroundColor: TColor read GetBackgroundColor write SetBackgroundColor  default DEF_BackgroundColor;
C++Builder
__property System::Uitypes::TColor BackgroundColor = {read=GetBackgroundColor, write=SetBackgroundColor, default=0};
C#
public int BackgroundColor { get; set; }
VB.NET
Public Property BackgroundColor As Integer
C++/Qt
int GetBackgroundColor ();
void SetBackgroundColor (int Value);

Color of the background when the video size is smaller than the video window. Used when the video window is not embedded and KeepAspectRatio is enabled.