CommentShape.FixedFlags Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Gets the FixedFlags properties for a GraphNode.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGNodeFixedStates FixedFlags { Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGNodeFixedStates get(); };
[System.CLSCompliant(false)]
public override Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGNodeFixedStates FixedFlags { get; }
public override Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGNodeFixedStates FixedFlags { get; }
[<System.CLSCompliant(false)>]
member this.FixedFlags : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGNodeFixedStates
member this.FixedFlags : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGNodeFixedStates
Public Overrides ReadOnly Property FixedFlags As VGNodeFixedStates
Property Value
- Attributes
Remarks
Our base shape does not participate in placement, but we do.