Gets or sets a value indicating whether the control is automatically resized.
public override bool AutoSize {get; set;}
public:
property bool AutoSize {
bool get() override;
void set ( bool value) override;
}
'Declaration
Public Overrides Property AutoSize As Boolean
'Usage
Dim instance As CaptureCtrl
Dim value As Boolean
instance.AutoSize = value
value = instance.AutoSize
Property Value
true if Auto size is enabled; otherwise, it is false.