ShapeElement::CreateClassStyleSet Method ()
Visual Studio 2015
Creates a class style set for the shape type.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::StyleSet^The class style set for the shape type.
protected override DslDiagrams::StyleSet ClassStyleSet { get { if (classStyleSet == null) { classStyleSet = CreateClassStyleSet(); } return classStyleSet; } }
Show: