Glyphs::FontRenderingEmSize Property

 

Gets or sets the em size used for rendering the Glyphs class.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
[TypeConverterAttribute("System.Windows.FontSizeConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
property double FontRenderingEmSize {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

A Double value that represents the em size used for rendering.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: