GraphObject::IsGroup Property

 

Gets whether this object is IsGroup. It looks for the GraphProperties.StyleForGroup.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property bool IsGroup {
	virtual bool get();
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

Return to top
Show: