Diagram.BaseFontFromEnvironment Property
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 the font from the environment that should be used to determine the BaseFont.
The default behavior is to return ths systems IconTitleFont.
This property is also used by the auto-zoom feature to determine if a diagram should
be opened or created at an initial zoom factor higher than 100%.
The resultant BaseFont may be a different size from this environment font.
This property should be overridden to get a font other than the systems IconTitleFont.
protected:
virtual property System::Drawing::Font ^ BaseFontFromEnvironment { System::Drawing::Font ^ get(); };
protected virtual System.Drawing.Font BaseFontFromEnvironment { get; }
member this.BaseFontFromEnvironment : System.Drawing.Font
Protected Overridable ReadOnly Property BaseFontFromEnvironment As Font
Property Value
The font from the environment that should be used to determine the BaseFont.