FontSettings.IsOverridden(FontSettingsFlags) 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.
Tests whether certain PenSettings are overridden.
public:
bool IsOverridden(Microsoft::VisualStudio::Modeling::Diagrams::FontSettingsFlags fontSettings);
public bool IsOverridden (Microsoft.VisualStudio.Modeling.Diagrams.FontSettingsFlags fontSettings);
member this.IsOverridden : Microsoft.VisualStudio.Modeling.Diagrams.FontSettingsFlags -> bool
Public Function IsOverridden (fontSettings As FontSettingsFlags) As Boolean
Parameters
- fontSettings
- FontSettingsFlags
Flags to test and see if they're overridden.
Returns
true the flags are overridden; false they are not overridden.