AssociatedPropertyInfo::IsShapeProperty Property

 

True if the property exists directly on the shape itself, false otherwise.

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 IsShapeProperty {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

True if the property exists directly on the shape itself; otherwise, false.

Return to top
Show: