SizeD.IsEmpty Property

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

Syntax

'宣言
Public ReadOnly Property IsEmpty As Boolean
'使用
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

Permissions

See Also

Reference

SizeD Structure

SizeD Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace