Diagram::BaseFontFromEnvironment Property

 

Gets the font to use as the base font.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
property Font^ BaseFontFromEnvironment {
	virtual Font^ get();
}

Property Value

Type: System.Drawing::Font^

The font to use as the base font.

By default, the base font is IconTitleFont.

This property determines whether a diagram should be opened or created when the zoom factor is larger than 100%.

The base font can be larger or smaller than the environment font.

Return to top
Show: