This topic has not yet been rated - Rate this topic

ShapeElement.CreateClassStyleSet Method

Creates a class style set for the shape type.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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;
}
}

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ