GraphSetterCollection(Graph) Constructor

Definition

Construct new styles object for the given graph.

public:
 GraphSetterCollection(Microsoft::VisualStudio::GraphModel::Graph ^ owner);
public GraphSetterCollection (Microsoft.VisualStudio.GraphModel.Graph owner);
new Microsoft.VisualStudio.GraphModel.Styles.GraphSetterCollection : Microsoft.VisualStudio.GraphModel.Graph -> Microsoft.VisualStudio.GraphModel.Styles.GraphSetterCollection
Public Sub New (owner As Graph)

Parameters

owner
Graph

The Graph that owns this collection of Setters

Applies to