AutoSize Property

Summary

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

Syntax
C#
VB
C++
public override bool AutoSize { get; set; } 
Public Overrides Property AutoSize As Boolean 
public: 
property bool AutoSize { 
   bool get() override; 
   void set (    bool ) override; 
} 

Property Value

true if Auto size is enabled; otherwise, it is false.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly