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

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