StyleSet::OverrideFont Method (StyleSetResourceId^, FontSettings^)

 

Overrides the specified Font 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 OverrideFont(
	StyleSetResourceId^ fontId,
	FontSettings^ fontSettings
)

Parameters

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

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

fontSettings
Type: Microsoft.VisualStudio.Modeling.Diagrams::FontSettings^

FontSettings for what is allowed to override.

Return to top
Show: