AvalonEdit
DefaultLineHeight Property
NamespacesICSharpCode.AvalonEdit.RenderingTextViewDefaultLineHeight
Gets the default line height. This is the height of an empty line or a line containing regular text. Lines that include formatted text or custom UI elements may have a different line height.
Declaration Syntax
C#Visual BasicVisual C++
public double DefaultLineHeight { get; }
Public ReadOnly Property DefaultLineHeight As Double
	Get
public:
property double DefaultLineHeight {
	double get ();
}

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