AvalonEdit
FontWeight Property
NamespacesICSharpCode.AvalonEdit.Highlighting.XshdXshdColorFontWeight
Gets/sets 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