StyleSet::OverrideBrushWorker Method (StyleSetResourceId^, StyleSetResourceId^, BrushSettings^)

 

Overrides the specified Brush 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 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.

Return to top
Show: