ShapeElement::CreateClassStyleSet Method ()

 

Creates a class style set for the shape type.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual StyleSet^ CreateClassStyleSet()

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;
}
}

Return to top
Show: