AvalonEdit
SetFontWeight Method (offset, length, weight)
NamespacesICSharpCode.AvalonEdit.HighlightingHighlightedInlineBuilderSetFontWeight(Int32, Int32, FontWeight)
Sets the font weight on the specified text segment.
Declaration Syntax
C#Visual BasicVisual C++
public void SetFontWeight(
	int offset,
	int length,
	FontWeight weight
)
Public Sub SetFontWeight ( _
	offset As Integer, _
	length As Integer, _
	weight As FontWeight _
)
public:
void SetFontWeight(
	int offset, 
	int length, 
	FontWeight weight
)
Parameters
offset (Int32)
length (Int32)
weight (FontWeight)

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