←Select platform

AutoSize Property

Summary

Gets or sets a value indicating whether the control will be 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; false if Auto size is disabled. the default value is true.

Requirements

Target Platforms

See Also

Reference

PlayCtrl Class

PlayCtrl Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly