StyleSet::OverrideBrushWorker Method (StyleSetResourceId^, StyleSetResourceId^, BrushSettings^)
Visual Studio 2015
Overrides the specified Brush in the StyleSet.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
protected: virtual void OverrideBrushWorker( StyleSetResourceId^ brushId, StyleSetResourceId^ baseBrushId, BrushSettings^ brushSettings )
Parameters
- brushId
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::StyleSetResourceId^
The new brushId for the resource to put into this StyleSet.
- baseBrushId
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::StyleSetResourceId^
The base brushId for the resource in the parent StyleSet.
- brushSettings
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::BrushSettings^
BrushSettings for what is allowed to override.
Show: