ShapeElement.ClassStyleSet 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 style set shared amongst all instances of this class.
protected:
abstract property Microsoft::VisualStudio::Modeling::Diagrams::StyleSet ^ ClassStyleSet { Microsoft::VisualStudio::Modeling::Diagrams::StyleSet ^ get(); };
protected abstract Microsoft.VisualStudio.Modeling.Diagrams.StyleSet ClassStyleSet { get; }
member this.ClassStyleSet : Microsoft.VisualStudio.Modeling.Diagrams.StyleSet
Protected MustOverride ReadOnly Property ClassStyleSet As StyleSet