StyleSet.GetOverriddenFontSettings(StyleSetResourceId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a FontSettings object containing settings which have been overriden in this style set. If no settings have been overriden, this method returns null.
public:
Microsoft::VisualStudio::Modeling::Diagrams::FontSettings ^ GetOverriddenFontSettings(Microsoft::VisualStudio::Modeling::Diagrams::StyleSetResourceId ^ fontId);
public Microsoft.VisualStudio.Modeling.Diagrams.FontSettings GetOverriddenFontSettings (Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId fontId);
member this.GetOverriddenFontSettings : Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId -> Microsoft.VisualStudio.Modeling.Diagrams.FontSettings
Public Function GetOverriddenFontSettings (fontId As StyleSetResourceId) As FontSettings
Parameters
- fontId
- StyleSetResourceId
Id of the FontSettings to retrieve.