←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly