←Select platform

HasSize Property

Summary

Whether or not this control has a valid size.

Syntax
C#
VB
C++
public bool HasSize { get; } 
Public ReadOnly Property HasSize() As Boolean 
   Get 
public:  
   property bool HasSize 
   { 
      bool get() 
   } 

Property Value

true if the System.Drawing.Size is not empty (see System.Drawing.Size.Empty) and has a width and height greater than zero; false otherwise.

Requirements

Target Platforms

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

Leadtools.Controls Assembly