StyleSet::OverridePen Method (StyleSetResourceId^, PenSettings^)

 

Overrides the specified Pen in the StyleSet.

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

public:
virtual void OverridePen(
	StyleSetResourceId^ penId,
	PenSettings^ penSettings
)

Parameters

penId
Type: Microsoft.VisualStudio.Modeling.Diagrams::StyleSetResourceId^

The new penId for the resource to put into this StyleSet.

penSettings
Type: Microsoft.VisualStudio.Modeling.Diagrams::PenSettings^

PenSettings for what is allowed to override.

Return to top
Show: