LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
AutoSize Property
See Also 
Leadtools.Multimedia Namespace > CaptureCtrl Class : AutoSize Property



Gets or sets a value indicating whether the control is automatically resized.

Syntax

Visual Basic (Declaration) 
Overrides Public Property AutoSize As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CaptureCtrl
Dim value As Boolean
 
instance.AutoSize = value
 
value = instance.AutoSize
C# 
public override bool AutoSize {get; set;}
C++/CLI 
public:
property bool AutoSize override {
   bool get();
   void set (    bool value);
}

Property Value

true if Auto size is enabled; false, otherwise.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also