Share via


TextFormattingRunProperties.FontRenderingEmSize Property

Gets the font rendering size.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property FontRenderingEmSize As Double
public override double FontRenderingEmSize { get; }
public:
virtual property double FontRenderingEmSize {
    double get () override;
}
abstract FontRenderingEmSize : float with get 
override FontRenderingEmSize : float with get
override function get FontRenderingEmSize () : double

Property Value

Type: System.Double
The fond rendering size.

Remarks

Returns zero if no rendering size is currently set.

.NET Framework Security

See Also

Reference

TextFormattingRunProperties Class

Microsoft.VisualStudio.Text.Formatting Namespace