AvalonEdit
FontRenderingEmSize Property
NamespacesICSharpCode.AvalonEdit.RenderingVisualLineElementTextRunPropertiesFontRenderingEmSize
Gets the text size in points for the text run.
Declaration Syntax
C#Visual BasicVisual C++
public override double FontRenderingEmSize { get; }
Public Overrides ReadOnly Property FontRenderingEmSize As Double
	Get
public:
virtual property double FontRenderingEmSize {
	double get () override;
}
Return Value
A Double that represents the text size in DIPs (Device Independent Pixels). The default is 12 DIP.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238