RectangleD.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 RectangleD
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

RectangleD Structure

RectangleD Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace