Share via


GhostShapeCollection.AreSiblings Property

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

Syntax

'Declaration
Public ReadOnly Property AreSiblings As Boolean
'Usage
Dim instance As GhostShapeCollection 
Dim value As Boolean 

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

GhostShapeCollection Class

GhostShapeCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace