Share via


GhostShapeCollection.PrimaryGhostShape Property

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

Syntax

'Declaration
Public ReadOnly Property PrimaryGhostShape As GhostShape
'Usage
Dim instance As GhostShapeCollection 
Dim value As GhostShape 

value = instance.PrimaryGhostShape
public GhostShape PrimaryGhostShape { get; }
public:
property GhostShape^ PrimaryGhostShape {
    GhostShape^ get ();
}
public function get PrimaryGhostShape () : GhostShape

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.GhostShape

.NET Framework Security

See Also

Reference

GhostShapeCollection Class

GhostShapeCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace