Share via


SizeD.IsEmpty Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public ReadOnly Property IsEmpty As Boolean
'Usage
Dim instance As SizeD 
Dim value As Boolean 

value = instance.IsEmpty
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
public function get IsEmpty () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SizeD Structure

SizeD Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace