StyleSet.Parent Property
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.
Gets the parent of this StyleSet in the inheritance chain. Will be null if this is the ApplicationStyleSet.
protected:
property Microsoft::VisualStudio::Modeling::Diagrams::StyleSet ^ Parent { Microsoft::VisualStudio::Modeling::Diagrams::StyleSet ^ get(); };
protected Microsoft.VisualStudio.Modeling.Diagrams.StyleSet Parent { get; }
member this.Parent : Microsoft.VisualStudio.Modeling.Diagrams.StyleSet
Protected ReadOnly Property Parent As StyleSet