CommentShape::FixedFlags Property

 

Gets the FixedFlags properties for a GraphNode.

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

public:
[CLSCompliantAttribute(false)]
property VGNodeFixedStates FixedFlags {
	virtual VGNodeFixedStates get() override;
}

Our base shape does not participate in placement, but we do.

Return to top
Show: