GraphSetterCollection(Graph) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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