AvalonEdit
FontWeight Property
NamespacesICSharpCode.AvalonEdit.HighlightingHighlightingColorFontWeight
Gets/sets the font weight. Null if the highlighting color does not change the font weight.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<FontWeight> FontWeight { get; set; }
Public Property FontWeight As Nullable(Of FontWeight)
	Get
	Set
public:
property Nullable<FontWeight> FontWeight {
	Nullable<FontWeight> get ();
	void set (Nullable<FontWeight> value);
}

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