LogoLayout
Delphi
property LogoLayout: TLogoLayout read GetLogoLayout write SetLogoLayout default DEF_LogoLayout;
C++Builder
__property TLogoLayout LogoLayout = {read=GetLogoLayout, write=SetLogoLayout, default=1};
C#
public TLogoLayout LogoLayout { get; set; }
VB.NET
Public Property LogoLayout As TLogoLayout
C++/Qt
TLogoLayout GetLogoLayout ();
void SetLogoLayout (TLogoLayout Value);
This TLogoLayout property is used to specify if the logo must be:
-
centered (lg_Centered)
-
stretched to fit the video window (lg_Stretched)
-
repeated to fit the video window (lg_Repeated).