GhostShapeCollection.AreSiblings Property

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

Syntax

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

Permissions

See Also

Reference

GhostShapeCollection Class

GhostShapeCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace