Table of Contents
FontStyle Property

Get or set the font style such as bold and italic.

Syntax
 public FontStyle? FontStyle { get; set; }
Remarks

Underline and Strikeout font style are not directly supported at this time. Both effects can be achieved using Border (possibly together with OffsetY).

See Also