StyleSet(StyleSet) Constructor

Definition

Creates an instance of the StyleSet linking the current one to its parent.

public:
 StyleSet(Microsoft::VisualStudio::Modeling::Diagrams::StyleSet ^ parent);
public StyleSet (Microsoft.VisualStudio.Modeling.Diagrams.StyleSet parent);
new Microsoft.VisualStudio.Modeling.Diagrams.StyleSet : Microsoft.VisualStudio.Modeling.Diagrams.StyleSet -> Microsoft.VisualStudio.Modeling.Diagrams.StyleSet
Public Sub New (parent As StyleSet)

Parameters

parent
StyleSet

Parent StyleSet that this one links to.

Applies to