Display_AutoSize
property
Delphi
property Display_AutoSize: Boolean index 0 read GetDisplayAutoSize write SetDisplayAutoSize default DEF_Display_AutoSize;
C++Builder
__property bool Display_AutoSize = {read=GetDisplayAutoSize, write=SetDisplayAutoSize, index=0, default=0};
C#
public bool Display_AutoSize { get; set; }
VB.NET
Public Property Display_AutoSize As Boolean
C++/Qt
BOOL GetDisplay_AutoSize ();
void SetDisplay_AutoSize (BOOL Value);
Specifies whether the control must be resized automatically according to the current video size.
disabled: the control size depends of the Width and Height properties, and the video window is stretched inside. enabled: the control size is automatically modified according to VideoSize or UseNearestVideoSize .