| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property IsEmpty As Boolean | |
| C# | |
|---|---|
public bool IsEmpty {get;} | |
Property Value
true if this LeadSize structure is empty; otherwise, false.An uninitialized LeadSize has a width and height value of zero.
An uninitialized LeadSize has a width and height value of zero.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7
Copy Code