BinaryLinkShapeBase::GeometryCanManuallyRoute Property

 

Gets a value indicating whether the user is allowed to manually route this LinkShape. (Intended to be called only by the ShapeGeometry-derived classes.)

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

public:
property bool GeometryCanManuallyRoute {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

Gets a value that indicates whether the user is allowed to manually route this LinkShape. (Intended to be called only by the ShapeGeometry-derived classes.)

Return to top
Show: