StyleSet::OverridePenWorker Method (StyleSetResourceId^, 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)

protected:
virtual void OverridePenWorker(
	StyleSetResourceId^ penId,
	StyleSetResourceId^ basePenId,
	PenSettings^ penSettings
)

Parameters

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

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

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

The base penId for the resource in the parent StyleSet.

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

PenSettings for what is allowed to override.

Return to top
Show: