GraphConditionalStyleCollection Constructor (Graph^)

 

Constructs new styles object for the given graph.

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

public:
GraphConditionalStyleCollection(
	Graph^ graph
)

Parameters

graph
Type: Microsoft.VisualStudio.GraphModel::Graph^

The Graph that owns the styles in this collection.

Return to top
Show: