AvalonEdit
WideSpaceWidth Property
NamespacesICSharpCode.AvalonEdit.RenderingTextViewWideSpaceWidth
Gets the width of a 'wide space' (the space width used for calculating the tab size).
Declaration Syntax
C#Visual BasicVisual C++
public double WideSpaceWidth { get; }
Public ReadOnly Property WideSpaceWidth As Double
	Get
public:
property double WideSpaceWidth {
	double get ();
}
Remarks
This is the width of an 'x' in the current font. We do not measure the width of an actual space as that would lead to tiny tabs in some proportional fonts. For monospaced fonts, this property will return the expected value, as 'x' and ' ' have the same width.

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