StyleSet::OverridePenWorker Method (StyleSetResourceId^, StyleSetResourceId^, PenSettings^)
Visual Studio 2015
Overrides the specified Pen in the StyleSet.
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.
Show: