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 > PlayCtrl Class : AutoSize Property



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

Syntax

Visual Basic (Declaration) 
Overrides Public Property AutoSize As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PlayCtrl
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 if Auto size is disabled. the default value is true.

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