GraphConditionalStyleCollection(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:
GraphConditionalStyleCollection(Microsoft::VisualStudio::GraphModel::Graph ^ graph);
public GraphConditionalStyleCollection (Microsoft.VisualStudio.GraphModel.Graph graph);
new Microsoft.VisualStudio.GraphModel.Styles.GraphConditionalStyleCollection : Microsoft.VisualStudio.GraphModel.Graph -> Microsoft.VisualStudio.GraphModel.Styles.GraphConditionalStyleCollection
Public Sub New (graph As Graph)
Parameters
- graph
- Graph
The Graph which owns the styles in this collection